shinobu/router: Use correct v6 address for vueko
It is not used (yet), therefore it went unnoticed.
This commit is contained in:
parent
f88669f202
commit
2dab79f0bc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue