summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/source/manual/config.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/manual/config.rst b/doc/source/manual/config.rst
index ba924e8..d558e8a 100644
--- a/doc/source/manual/config.rst
+++ b/doc/source/manual/config.rst
@@ -17,9 +17,9 @@ Example config:
# Set the interface name
interface "mesh-vpn";
- # Support xsalsa20 and aes128 encryption methods, prefer xsalsa20
- method "xsalsa20-poly1305";
- method "aes128-gcm";
+ # Support salsa2012+umac and null methods, prefer salsa2012+umac
+ method "salsa2012+umac";
+ method "null";
# Bind to a fixed port, IPv4 only
bind 0.0.0.0:10000;