Update tinc

This commit is contained in:
Manevolent 2022-12-22 10:14:21 -07:00 committed by GitHub
parent b93d9d35d2
commit 7efb2e069f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,5 +15,8 @@
networks:
internal:
ipv4_address: ${internal_address}
{{ if len "${internal_address6:-}" }}
ipv6_address: ${internal_address6}
{{ end }}
sysctls:
- net.ipv6.conf.${netname}.disable_ipv6=1