Update tinc/lixonet/tinc.conf.tmpl

This commit is contained in:
sump pump 2020-04-28 00:59:15 +00:00
parent 022ef5052d
commit 25ad0676d7

View File

@ -12,7 +12,7 @@ Name = ${name}
{{ if len "${tinc_bind_interface:-}" }} {{ if len "${tinc_bind_interface:-}" }}
BindToInterface ${tinc_bind_interface} BindToInterface ${tinc_bind_interface}
{{ end }} {{ end }}
{{ if tinc_bind_address }} {{ if len "${tinc_bind_address:-}" }}
BindToAddress ${tinc_bind_address} BindToAddress ${tinc_bind_address}
{{ end }} {{ end }}
Port = ${tinc_bind_port:-9994} Port = ${tinc_bind_port:-9994}