VPN
- 1 ответ
- 0 вопросов
0
Вклад в тег
{
"type": "tun",
"tag": "tun-in",
"interface_name": "tun0",
"address": [
"172.18.0.1/30" // ip tun
],
"auto_route": true,
"strict_route": true,
"route_address": [
"0.0.0.0/1",
"128.0.0.0/1"
],
"route_exclude_address": [
"192.168.0.0/16" // список всех локальных сетей
],
// Или же можешь через это вместо route_exclude_address
"include_interface": [
"lan0"
],
"exclude_interface": [
"lan1"
],
}