From c51bb2400bb994808d585bbacbb6a8b1d64d5d11 Mon Sep 17 00:00:00 2001 From: Manevolent Date: Wed, 12 Apr 2023 21:26:04 -0600 Subject: [PATCH] Update tinc.conf.tmpl --- tinc/tinc.conf.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/tinc/tinc.conf.tmpl b/tinc/tinc.conf.tmpl index 9043c0b..f319096 100644 --- a/tinc/tinc.conf.tmpl +++ b/tinc/tinc.conf.tmpl @@ -30,7 +30,6 @@ 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}