switch fallback to salsa20
Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
parent
e23608b1ba
commit
e1e738e8cb
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue