Update tinc
This commit is contained in:
parent
a03ac67aba
commit
f3ba52bea7
@ -17,4 +17,10 @@
|
||||
ipv4_address: ${internal_address}
|
||||
{{ if len "${internal_address6:-}" }}
|
||||
ipv6_address: ${internal_address6}
|
||||
{{ end }}
|
||||
sysctls:
|
||||
{{ if ne "true" "${ipv6_enabled}" }}
|
||||
- net.ipv6.conf.all.disable_ipv6: 1
|
||||
{{ else }}
|
||||
- net.ipv6.conf.all.disable_ipv6: 0
|
||||
{{ end }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user