use different public ipv6 subnet for ipv6
This commit is contained in:
parent
2b41e95c58
commit
390fb6858b
2
tinc-up
2
tinc-up
@ -35,7 +35,7 @@ MAC_ADDRESS=""
|
|||||||
SUBNET=""
|
SUBNET=""
|
||||||
DHCP="yes"
|
DHCP="yes"
|
||||||
ULA_IP6_TEMPLATE="fdc0:4992:6a6d:a:%x%x:%x%x::1"
|
ULA_IP6_TEMPLATE="fdc0:4992:6a6d:a:%x%x:%x%x::1"
|
||||||
PUBLIC_IP6_TEMPLATE="2a01:4f8:210:31fd:1:%x%x:%x%x:1"
|
PUBLIC_IP6_TEMPLATE="2a01:4f8:210:31fd:2:%x%x:%x%x:1"
|
||||||
|
|
||||||
source "${TINCRC}" || true
|
source "${TINCRC}" || true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user