From deecb3d0215cc927f3d215c847f6410047820eb1 Mon Sep 17 00:00:00 2001 From: lemoer Date: Thu, 15 Feb 2018 13:21:13 +0100 Subject: [PATCH] docs: fix site.conf -> fastd.conf --- docs/features/vpn.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/vpn.rst b/docs/features/vpn.rst index 7ca0c84b..0c6a501c 100644 --- a/docs/features/vpn.rst +++ b/docs/features/vpn.rst @@ -30,7 +30,7 @@ If you want to allow users to decide by themselves: - Be sure, the package ``gluon-web-mesh-vpn-fastd`` is enabled in ``site.mk`` - Set the option ``mesh_vpn.fastd.configurable = true`` in ``site.conf`` -- On the server side, be sure that ``null`` cipher is allowed and preferred over ``salsa2012+umac``. You can ensure this by inserting the ``method "null";`` entry before the ``method "salsa2012+umac";`` in your site.conf. +- On the server side, be sure that ``null`` cipher is allowed and preferred over ``salsa2012+umac``. You can ensure this by inserting the ``method "null";`` entry before the ``method "salsa2012+umac";`` in your fastd.conf. Users now should have the choice in expert mode to decide by themselves, which looks like this: