mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2025-12-11 17:44:29 +05:00
28 lines
546 B
Django/Jinja
28 lines
546 B
Django/Jinja
{
|
|
"log": {
|
|
"level": "debug"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"type": "tun",
|
|
"interface_name": "tun0",
|
|
"domain_strategy": "ipv4_only",
|
|
"address": ["172.16.250.1/30"],
|
|
"auto_route": false,
|
|
"strict_route": false,
|
|
"sniff": true
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"type": "$TYPE",
|
|
"server": "$HOST",
|
|
"server_port": $PORT,
|
|
"method": "$METHOD",
|
|
"password": "$PASS"
|
|
}
|
|
],
|
|
"route": {
|
|
"auto_detect_interface": true
|
|
}
|
|
} |