From f8ddcd7b7c23bcc89f588321918f417cc3472f5d Mon Sep 17 00:00:00 2001 From: CroneKorkN Date: Sun, 3 Aug 2025 22:39:18 +0200 Subject: [PATCH] forward ipv6 --- nodes/home.router.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nodes/home.router.py b/nodes/home.router.py index 5adff9b..c3eb346 100644 --- a/nodes/home.router.py +++ b/nodes/home.router.py @@ -71,6 +71,9 @@ 'ipv4': { 'ip_forward': 1, }, + 'ipv6': { + 'ip_forward': 1, + }, }, }, 'wireguard': {