docs: fix site.conf -> fastd.conf

This commit is contained in:
lemoer 2018-02-15 13:21:13 +01:00 committed by GitHub
parent 785f3545a9
commit deecb3d021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`` - 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`` - 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 Users now should have the choice in expert mode to decide
by themselves, which looks like this: by themselves, which looks like this: