From 5ddee6aa12a36b9060d5e6a0ca9de1e56a0f3ff7 Mon Sep 17 00:00:00 2001 From: TheyCallMeSecond <73380906+TheyCallMeSecond@users.noreply.github.com> Date: Sun, 18 Aug 2024 18:22:12 +0330 Subject: [PATCH] Update jsonService.go add IPV6 traffic to the tunnel --- backend/sub/jsonService.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/sub/jsonService.go b/backend/sub/jsonService.go index a7c331c..d16d1d1 100644 --- a/backend/sub/jsonService.go +++ b/backend/sub/jsonService.go @@ -15,6 +15,9 @@ const defaultJson = ` { "type": "tun", "inet4_address": "172.19.0.1/30", + "inet6_address": [ + "fdfe:dcba:9876::1/126" + ], "mtu": 9000, "auto_route": true, "strict_route": false,