Skip to content
Snippets Groups Projects
Commit 548c70d1 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

docs: mention fastd_mesh_vpn.enabled setting

parent e963b3b0
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,7 @@
fastd_mesh_vpn = {
-- List of crypto-methods to use.
methods = {'salsa2012+umac'},
-- enabled = true,
-- configurable = true,
mtu = 1426,
......
......@@ -99,7 +99,9 @@ next_node : package
fastd_mesh_vpn
Remote server setup for the fastd-based mesh VPN.
If `configurable` is false or unset, the method list will be replaced on updates
The `enabled` option can be set to true to enable the VPN by default.
If `configurable` is `false` or unset, the method list will be replaced on updates
with the list in the site configuration. Setting `configurable` to `true` will allow the user to
add the method ``null`` to the front of the method list or remove ``null`` from it,
and make this change survive updates. Settings configurable is necessary for the
......@@ -112,6 +114,7 @@ fastd_mesh_vpn
fastd_mesh_vpn = {
methods = {'salsa2012+umac'},
-- enabled = true,
-- configurable = true,
mtu = 1426,
groups = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment