diff --git a/templates/example.json b/templates/example.json index df0cb5d..c899b5e 100644 --- a/templates/example.json +++ b/templates/example.json @@ -67,13 +67,13 @@ "inbounds": [ { "type": "tun", - "inet4_address": "172.19.0.1/30", - "inet6_address": "fdfe:dcba:9876::1/126", "auto_route": true, "strict_route": true, "sniff": true, - "inet4_route_exclude_address": ["100.64.0.0/10"], - "inet6_route_exclude_address": ["fd7a:115c:a1e0::/48"] + "sniff_override_destination": true, + "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": [ @@ -156,7 +156,7 @@ "geosite-steam@cn" ] }, - { "process_path_regex": [".*steamapps\\\\common.*"] } + { "process_path_regex": [".*steamapps[\\/]common.*"] } ], "outbound": "direct" }