Update tinc.conf.tmpl
This commit is contained in:
parent
37d9507831
commit
818d592df2
@ -9,11 +9,7 @@
|
|||||||
Name = ${tinc_peer_name}
|
Name = ${tinc_peer_name}
|
||||||
|
|
||||||
# Do not change these. Lixonet runs over port 9993 by standard.
|
# Do not change these. Lixonet runs over port 9993 by standard.
|
||||||
{{ if len "${tinc_bind_interface:-}" }}
|
BindToInterface eth0
|
||||||
BindToInterface ${tinc_bind_interface}
|
|
||||||
{{ else }}
|
|
||||||
BindToAddress ${tinc_bind_address:-$internal_address}
|
|
||||||
{{ end }}
|
|
||||||
Port = ${tinc_bind_port:-9994}
|
Port = ${tinc_bind_port:-9994}
|
||||||
|
|
||||||
# Device is named "${network_name:-lixonet}" by Tinc and visible directly in host kernel
|
# Device is named "${network_name:-lixonet}" by Tinc and visible directly in host kernel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user