Update jsonService.go

add IPV6 traffic to the tunnel
This commit is contained in:
TheyCallMeSecond
2024-08-18 18:22:12 +03:30
committed by GitHub
parent 6f0df2d555
commit 5ddee6aa12
+3
View File
@@ -15,6 +15,9 @@ const defaultJson = `
{ {
"type": "tun", "type": "tun",
"inet4_address": "172.19.0.1/30", "inet4_address": "172.19.0.1/30",
"inet6_address": [
"fdfe:dcba:9876::1/126"
],
"mtu": 9000, "mtu": 9000,
"auto_route": true, "auto_route": true,
"strict_route": false, "strict_route": false,