Update tinc
This commit is contained in:
parent
9cc4715fd4
commit
fb1249961b
@ -20,7 +20,7 @@
|
|||||||
{{ 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