Browse Source

Add some more config changes

Michael Schwarz 5 months ago
parent
commit
a5290ee1c8
1 changed files with 1 additions and 3 deletions
  1. 1 3
      site.conf

+ 1 - 3
site.conf

@@ -39,14 +39,12 @@
 	},
 
 	mesh_vpn = {
-		-- the maximum transfer unit
-		mtu = 1406,
-
 		-- fastd (vpn) settings
 		fastd = {
 			-- cipher(s) to use
 			configurable = true,
 			methods = {'salsa2012+umac'},
+			mru = 1406,
 		},
 
 		-- default traffic shaping (bandwidth limit) settings