Update tinc/lixonet/tinc.conf.tmpl
This commit is contained in:
parent
9c9e0c954f
commit
121b22d045
@ -9,7 +9,12 @@
|
|||||||
Name = ${name}
|
Name = ${name}
|
||||||
|
|
||||||
# Do not change these. Lixonet runs over port 9993 by standard.
|
# Do not change these. Lixonet runs over port 9993 by standard.
|
||||||
BindToAddress = ${listen_address}
|
{{ if listen_address }}
|
||||||
|
BindToAddress ${listen_address}
|
||||||
|
{{ end }}
|
||||||
|
{{ if listen_interface }}
|
||||||
|
BindToInterface ${listen_interface}
|
||||||
|
{{ end }}
|
||||||
Port = 9994
|
Port = 9994
|
||||||
|
|
||||||
# Device is named "lixonet" by Tinc and visible directly in host kernel
|
# Device is named "lixonet" by Tinc and visible directly in host kernel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user