Update tinc.conf.tmpl
This commit is contained in:
parent
96c9035754
commit
a95bd45162
@ -30,6 +30,10 @@ Digest = ${tinc_digest:-sha1}
|
|||||||
# are dropped instead. When combined with the IndirectData option, packets for
|
# are dropped instead. When combined with the IndirectData option, packets for
|
||||||
# nodes for which we do not have a meta connection with are also dropped.
|
# nodes for which we do not have a meta connection with are also dropped.
|
||||||
DirectOnly = ${tinc_direct_only:-yes}
|
DirectOnly = ${tinc_direct_only:-yes}
|
||||||
|
TunnelServer = ${tinc_tunnel_server:-yes}
|
||||||
|
|
||||||
|
# High priority for lower latency
|
||||||
|
ProcessPriority = ${tinc_process_priority:-high}
|
||||||
|
|
||||||
{{ if len "${tinc_connect_to:-}" }}
|
{{ if len "${tinc_connect_to:-}" }}
|
||||||
# Custom connect-to list
|
# Custom connect-to list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user