switch fallback to salsa20

Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
Marek Küthe 2023-01-06 20:23:43 +01:00
parent e23608b1ba
commit e1e738e8cb
No known key found for this signature in database
GPG Key ID: 7E869146699108C7
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ mode multitap;
# The encryption method (don't change this unless you need to)
method "salsa2012+umac";
method "salsa2012+poly1305";
method "salsa2012+gmac";
method "salsa20+umac";
method "salsa20+poly1305";
# Bind to and listen for incoming connections on this address and port
bind [::]:<port>;