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