diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-11-05 20:55:30 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-11-05 20:55:30 +0100 |
commit | 45e70ed7dd8fc964c1afc9bba8856b97cd2ee22e (patch) | |
tree | ca5fd4eb5062ac454309e86e80ddc7c781ff16dd /doc/source/manual | |
parent | 0dfa34ac9491754dc57d4bbc5f3b507f8d4cbb6d (diff) | |
download | fastd-45e70ed7dd8fc964c1afc9bba8856b97cd2ee22e.tar fastd-45e70ed7dd8fc964c1afc9bba8856b97cd2ee22e.zip |
docs: update config example
Diffstat (limited to 'doc/source/manual')
-rw-r--r-- | doc/source/manual/config.rst | 6 |
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; |