Update tinc-up.tmpl
This commit is contained in:
parent
74d707f405
commit
c7b208305c
@ -2,7 +2,7 @@
|
||||
sysctl -w net.ipv6.conf.\$INTERFACE.disable_ipv6=1 || echo "[WARNING] IPv6 couldn't be disabled on the \$INTERFACE interface!"
|
||||
|
||||
{{ if len "${internal_address6:-}" }}
|
||||
ifconfig ${internal_interface} ${internal_address6}
|
||||
ifconfig ${internal_interface} ${internal_address6}/${internal_mask6:-128}
|
||||
{{ end }}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user