diff --git a/phone_singbox_v2.json b/phone_singbox_v2.json index e444706..141dc8f 100644 --- a/phone_singbox_v2.json +++ b/phone_singbox_v2.json @@ -66,6 +66,19 @@ "independent_cache": true }, "inbounds": [ + { + "type": "tun", + "tag": "tun-in", + "interface_name": "utun", + "address": [ + "172.19.0.1/30", + "fdfe:dcba:9876::1/126" + ], + "auto_route": true, + "strict_route": true, + "stack": "mixed", + "mtu": 9000 + }, { "type": "mixed", "tag": "mixed-in", @@ -282,7 +295,10 @@ "route": { "rules": [ { - "inbound": "mixed-in", + "inbound": [ + "tun-in", + "mixed-in" + ], "action": "sniff" }, {