Fix for sing-box 1.11

This commit is contained in:
itdoginfo
2025-02-10 15:48:29 +03:00
parent 0cfe54a8e2
commit 2806a26a07
2 changed files with 2 additions and 2 deletions

View File

@@ -205,7 +205,7 @@ cat << 'EOF' > /etc/sing-box/config.json
"type": "tun",
"interface_name": "tun0",
"domain_strategy": "ipv4_only",
"inet4_address": "172.16.250.1/30",
"address": ["172.16.250.1/30"],
"auto_route": false,
"strict_route": false,
"sniff": true

View File

@@ -7,7 +7,7 @@
"type": "tun",
"interface_name": "tun0",
"domain_strategy": "ipv4_only",
"inet4_address": "172.16.250.1/30",
"address": ["172.16.250.1/30"],
"auto_route": false,
"strict_route": false,
"sniff": true