From 45e70ed7dd8fc964c1afc9bba8856b97cd2ee22e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 5 Nov 2014 20:55:30 +0100 Subject: docs: update config example --- doc/source/manual/config.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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; -- cgit v1.2.3