Update tinc-up.tmpl

This commit is contained in:
Manevolent 2022-12-27 20:25:53 -07:00 committed by GitHub
parent 74d707f405
commit c7b208305c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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