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

docs: site-example: update mesh VPN configuration

parent e6d0b58d
No related branches found
No related tags found
No related merge requests found
...@@ -96,16 +96,18 @@ ...@@ -96,16 +96,18 @@
-- }, -- },
mesh_vpn = { mesh_vpn = {
-- Refer to http://fastd.readthedocs.org/en/latest/ to better understand -- enabled = true,
-- what these options do. mtu = 1280,
fastd = { fastd = {
-- Refer to http://fastd.readthedocs.org/en/latest/ to better understand
-- what these options do.
-- List of crypto-methods to use. -- List of crypto-methods to use.
methods = {'salsa2012+umac'}, methods = {'salsa2012+umac'},
-- enabled = true,
-- configurable = true, -- configurable = true,
-- syslog_level = 'warn', -- syslog_level = 'warn',
mtu = 1280,
groups = { groups = {
backbone = { backbone = {
-- Limit number of connected peers to reduce bandwidth. -- Limit number of connected peers to reduce bandwidth.
......
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