1
0
mirror of https://github.com/nitezs/sub2sing-box.git synced 2024-12-23 15:14:43 -05:00

📝 Modify template

This commit is contained in:
Nite07 2024-10-18 16:11:13 +08:00
parent de43efd0e1
commit 1e51828de7

View File

@ -67,13 +67,13 @@
"inbounds": [ "inbounds": [
{ {
"type": "tun", "type": "tun",
"inet4_address": "172.19.0.1/30",
"inet6_address": "fdfe:dcba:9876::1/126",
"auto_route": true, "auto_route": true,
"strict_route": true, "strict_route": true,
"sniff": true, "sniff": true,
"inet4_route_exclude_address": ["100.64.0.0/10"], "sniff_override_destination": true,
"inet6_route_exclude_address": ["fd7a:115c:a1e0::/48"] "address": ["172.16.0.1/30", "fdfe:dcba:9876::1/126"],
"route_exclude_address": ["100.64.0.0/10", "fd7a:115c:a1e0::/48"],
"route_exclude_address_set": ["geoip-cn"]
} }
], ],
"outbounds": [ "outbounds": [
@ -156,7 +156,7 @@
"geosite-steam@cn" "geosite-steam@cn"
] ]
}, },
{ "process_path_regex": [".*steamapps\\\\common.*"] } { "process_path_regex": [".*steamapps[\\/]common.*"] }
], ],
"outbound": "direct" "outbound": "direct"
} }