From a95bd45162ab78c647420bfdefe4858e6bc341ba Mon Sep 17 00:00:00 2001 From: Manevolent Date: Wed, 12 Apr 2023 21:19:59 -0600 Subject: [PATCH] Update tinc.conf.tmpl --- tinc/tinc.conf.tmpl | 4 ++++ 1 file changed, 4 insertions(+) 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