docs: mesh-vpn: recommend better default mtu

This commit is contained in:
Martin Weinelt 2017-08-20 01:57:20 +02:00
parent 9168107f13
commit 147be8d1a5
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@
mesh_vpn = {
-- enabled = true,
mtu = 1280,
mtu = 1312,
fastd = {
-- Refer to http://fastd.readthedocs.org/en/latest/ to better understand

View File

@ -223,7 +223,7 @@ mesh_vpn
mesh_vpn = {
-- enabled = true,
mtu = 1280,
mtu = 1312,
fastd = {
methods = {'salsa2012+umac'},