From 2dab79f0bc332788c3b204659651a507381b472d Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 8 Sep 2023 12:42:26 +0200 Subject: [PATCH] shinobu/router: Use correct v6 address for vueko It is not used (yet), therefore it went unnoticed. --- machines/shinobu/services/router.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/shinobu/services/router.nix b/machines/shinobu/services/router.nix index 12bea05..7013278 100644 --- a/machines/shinobu/services/router.nix +++ b/machines/shinobu/services/router.nix @@ -60,7 +60,7 @@ in define PHYSICAL_WAN = "enp1s0" define MASQUERADE_IFACES = { $NAT_WAN_IFACES, $PHYSICAL_WAN } define VUEKO_V4 = 168.119.176.53 - define VUEKO_V6 = 2a01:4f8:c012:2f4:: + define VUEKO_V6 = 2a01:4f8:c012:2f4::1 define VUEKO_PORT = 51820 define PLASTIC_ROUTER_V4 = 192.168.0.1