docs: mesh-vpn: recommend better default mtu
This commit is contained in:
parent
99c405756f
commit
0d1d579196
@ -100,7 +100,7 @@
|
||||
|
||||
mesh_vpn = {
|
||||
-- enabled = true,
|
||||
mtu = 1280,
|
||||
mtu = 1312,
|
||||
|
||||
fastd = {
|
||||
-- Refer to http://fastd.readthedocs.org/en/latest/ to better understand
|
||||
|
@ -223,7 +223,7 @@ mesh_vpn
|
||||
|
||||
mesh_vpn = {
|
||||
-- enabled = true,
|
||||
mtu = 1280,
|
||||
mtu = 1312,
|
||||
|
||||
fastd = {
|
||||
methods = {'salsa2012+umac'},
|
||||
|
Loading…
Reference in New Issue
Block a user