From 1e67850a80ec13be525768a8d4ca5c8eb91d5e8d Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sun, 4 Jun 2023 20:30:00 +0800 Subject: [PATCH] Add inet6_address for sing-box --- v2rayN/v2rayN/Sample/tun_singbox_inbound | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/v2rayN/v2rayN/Sample/tun_singbox_inbound b/v2rayN/v2rayN/Sample/tun_singbox_inbound index 637d24f4..b4856dd3 100644 --- a/v2rayN/v2rayN/Sample/tun_singbox_inbound +++ b/v2rayN/v2rayN/Sample/tun_singbox_inbound @@ -1,11 +1,12 @@ { - "type":"tun", - "tag":"tun-in", - "interface_name":"singbox_tun", - "inet4_address":"172.19.0.1/30", - "mtu":9000, - "auto_route":true, - "strict_route":false, - "stack":"system", - "sniff":true + "type": "tun", + "tag": "tun-in", + "interface_name": "singbox_tun", + "inet4_address": "172.19.0.1/30", + "inet6_address": "fdfe:dcba:9876::1/126", + "mtu": 9000, + "auto_route": true, + "strict_route": false, + "stack": "system", + "sniff": true } \ No newline at end of file