mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2025-12-11 17:44:29 +05:00
Fix for sing-box 1.11
This commit is contained in:
@@ -205,7 +205,7 @@ cat << 'EOF' > /etc/sing-box/config.json
|
|||||||
"type": "tun",
|
"type": "tun",
|
||||||
"interface_name": "tun0",
|
"interface_name": "tun0",
|
||||||
"domain_strategy": "ipv4_only",
|
"domain_strategy": "ipv4_only",
|
||||||
"inet4_address": "172.16.250.1/30",
|
"address": ["172.16.250.1/30"],
|
||||||
"auto_route": false,
|
"auto_route": false,
|
||||||
"strict_route": false,
|
"strict_route": false,
|
||||||
"sniff": true
|
"sniff": true
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"type": "tun",
|
"type": "tun",
|
||||||
"interface_name": "tun0",
|
"interface_name": "tun0",
|
||||||
"domain_strategy": "ipv4_only",
|
"domain_strategy": "ipv4_only",
|
||||||
"inet4_address": "172.16.250.1/30",
|
"address": ["172.16.250.1/30"],
|
||||||
"auto_route": false,
|
"auto_route": false,
|
||||||
"strict_route": false,
|
"strict_route": false,
|
||||||
"sniff": true
|
"sniff": true
|
||||||
|
|||||||
Reference in New Issue
Block a user