shinobu/router: Use correct v6 address for vueko

It is not used (yet), therefore it went unnoticed.
This commit is contained in:
Simon Bruder 2023-09-08 12:42:26 +02:00
parent f88669f202
commit 2dab79f0bc
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -60,7 +60,7 @@ in
define PHYSICAL_WAN = "enp1s0" define PHYSICAL_WAN = "enp1s0"
define MASQUERADE_IFACES = { $NAT_WAN_IFACES, $PHYSICAL_WAN } define MASQUERADE_IFACES = { $NAT_WAN_IFACES, $PHYSICAL_WAN }
define VUEKO_V4 = 168.119.176.53 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 VUEKO_PORT = 51820
define PLASTIC_ROUTER_V4 = 192.168.0.1 define PLASTIC_ROUTER_V4 = 192.168.0.1