From 7e1ec3aad57fa612177cfe2d85b27102faa25f02 Mon Sep 17 00:00:00 2001 From: zgqq Date: Tue, 24 Feb 2026 10:25:57 +0000 Subject: [PATCH] Update phone_singbox_v2.json --- phone_singbox_v2.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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" }, {