Update tinc-up.tmpl

This commit is contained in:
Manevolent 2023-04-13 00:08:43 -06:00 committed by GitHub
parent e6789c6554
commit caf2a1959a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
#!/bin/sh
mkdir /tmp/tinc
sysctl -w net.ipv6.conf.\$INTERFACE.disable_ipv6=1 || echo "[WARNING] IPv6 couldn't be disabled on the \$INTERFACE interface!"
{{ if len "${internal_address6:-}" }}