Update tinc/lixonet/tinc.conf.tmpl

This commit is contained in:
sump pump 2020-04-28 05:24:42 +00:00
parent af0843515d
commit 3b0461365c

View File

@ -41,8 +41,7 @@ DirectOnly = ${tinc_direct_only:-yes}
ConnectTo = {{.}}
{{ end }}
{{ else }}
# In the following section, list built-in backbone/core Lxn3 nodes to connect to at boot
ConnectTo = denco_mane_lixo
ConnectTo = phxaz_nurd_lixo
ConnectTo = daltx_nurd_lixo
{{ range files "tinc/hosts" }} {{ if ne . "${name}" }}
ConnectTo = {{.}}
{{ end }} {{ end }}
{{ end }}