Compare commits

...

10 Commits

Author SHA1 Message Date
nerdfacenyan
c26374de7f
Update version 2024-10-20 22:20:56 -04:00
nerdfacenyan
93da5b4f7d
Update version 2024-10-20 21:31:31 -04:00
nerdfacenyan
841ffc6f45
Update version 2024-10-20 18:56:14 -04:00
Manevolent
895e875b89
Update version 2024-07-17 18:59:16 -06:00
Manevolent
d53554dec6
Update version 2024-07-17 18:40:13 -06:00
Manevolent
a0c26a8732
Update version 2024-07-16 15:43:48 -06:00
Manevolent
696abf3a4c
Update tinc.conf.tmpl 2024-07-12 12:52:43 -06:00
nerdfacenyan
ee3b243c47
Update version
did a little fucky wucky uwu
2024-04-26 20:48:53 -04:00
nerdfacenyan
aca40fe9e9
Update version 2024-04-26 20:21:00 -04:00
Manevolent
2d6d8c6490
Update build.sh 2024-02-23 17:04:57 -07:00
3 changed files with 4 additions and 4 deletions

View File

@ -48,8 +48,8 @@ do
# Clone and copy the repository
rm -rfv "$(basename "$git" .git)"
rsa_filename="/etc/lixonet/${netname}/$(basename "$git" .git).key"
if [ ! -f $rsa_filename ]; then rsa_filename="/etc/lixonet/${netname}/id_rsa"; fi
rsa_filename="/etc/lixonet/${netname}/id_rsa"
if [ ! -f $rsa_filename ]; then rsa_filename="/etc/lixonet/id_rsa"; fi
echo "Using SSH key: $rsa_filename"
GIT_SSH_COMMAND="ssh -i $rsa_filename -o IdentitiesOnly=yes" git clone $git || { echo "clone $git failed, quitting" ; exit 1; }

View File

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

View File

@ -1 +1 @@
54
63