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