Skip to content
Snippets Groups Projects
Commit d3dbc3d8 authored by lemoer's avatar lemoer
Browse files

docs: move mtu in site.rst

parent 5f8da70f
No related branches found
No related tags found
No related merge requests found
...@@ -331,10 +331,10 @@ mesh_vpn ...@@ -331,10 +331,10 @@ mesh_vpn
mesh_vpn = { mesh_vpn = {
-- enabled = true, -- enabled = true,
mtu = 1312,
-- pubkey_privacy = true, -- pubkey_privacy = true,
fastd = { fastd = {
mtu = 1312,
methods = {'salsa2012+umac'}, methods = {'salsa2012+umac'},
-- configurable = true, -- configurable = true,
-- syslog_level = 'warn', -- syslog_level = 'warn',
...@@ -384,6 +384,7 @@ mesh_vpn ...@@ -384,6 +384,7 @@ mesh_vpn
}, },
tunneldigger = { tunneldigger = {
mtu = 1312,
brokers = {'vpn1.alpha-centauri.freifunk.net'} brokers = {'vpn1.alpha-centauri.freifunk.net'}
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment