diff --git a/tinc/tinc.conf.tmpl b/tinc/tinc.conf.tmpl index a2d447a..9043c0b 100644 --- a/tinc/tinc.conf.tmpl +++ b/tinc/tinc.conf.tmpl @@ -30,6 +30,10 @@ Digest = ${tinc_digest:-sha1} # 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. 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:-}" }} # Custom connect-to list