Update tinc.conf.tmpl

This commit is contained in:
Manevolent 2023-04-12 21:19:59 -06:00 committed by GitHub
parent 96c9035754
commit a95bd45162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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