Update tinc.conf.tmpl

This commit is contained in:
Manevolent 2024-07-12 12:52:43 -06:00 committed by GitHub
parent ee3b243c47
commit 696abf3a4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ AddressFamily = ${tinc_address_family:-any}
# Default over-the-wire security for Lixonet. # Default over-the-wire security for Lixonet.
# Blowfish: https://en.wikipedia.org/wiki/Blowfish_(cipher) # Blowfish: https://en.wikipedia.org/wiki/Blowfish_(cipher)
# SHA1: https://en.wikipedia.org/wiki/SHA-1 # SHA1: https://en.wikipedia.org/wiki/SHA-1
Cipher = ${tinc_cipher:-blowfish} Cipher = ${tinc_cipher:-aes-256-cbc}
Digest = ${tinc_digest:-sha1} Digest = ${tinc_digest:-sha1}
# When this option is enabled, packets that cannot be sent directly to the # When this option is enabled, packets that cannot be sent directly to the