Update tinc

This commit is contained in:
Manevolent 2022-12-22 13:08:23 -07:00 committed by GitHub
parent f3ba52bea7
commit 9cc4715fd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,9 +18,9 @@
{{ if len "${internal_address6:-}" }}
ipv6_address: ${internal_address6}
{{ end }}
sysctls:
sysctls:
{{ if ne "true" "${ipv6_enabled}" }}
- net.ipv6.conf.all.disable_ipv6: 1
- net.ipv6.conf.all.disable_ipv6: 1
{{ else }}
- net.ipv6.conf.all.disable_ipv6: 0
- net.ipv6.conf.all.disable_ipv6: 0
{{ end }}