Update tinc/lixonet/tinc.conf.tmpl
This commit is contained in:
parent
4c4786853b
commit
7f595300d2
@ -41,7 +41,7 @@ DirectOnly = ${tinc_direct_only:-yes}
|
||||
ConnectTo = {{.}}
|
||||
{{ end }}
|
||||
{{ else }}
|
||||
{{ range files "tinc/lixonet/hosts" }}{{ if ne . "${name}" }}{{ if ne . "server" }}{{$contents:=file(.)}}{{if match "0\.0\.0\.0" "${contents}"}}
|
||||
{{ range files "tinc/lixonet/hosts" }}{{ if ne . "${name}" }}{{ if ne . "server" }}{{$contents = file(.)}}{{if match "0\.0\.0\.0" "${contents}"}}
|
||||
ConnectTo = {{.}}
|
||||
{{ end }}{{ end }}{{ end }}
|
||||
{{ end }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user