shinobu/router: Use correct v6 address for vueko

It is not used (yet), therefore it went unnoticed.
nazuna
Simon Bruder 2023-09-08 12:42:26 +02:00
parent f88669f202
commit 2dab79f0bc
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

@ -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