Update tinc/lixonet/tinc.conf.tmpl
This commit is contained in:
parent
022ef5052d
commit
25ad0676d7
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user