From 0b13fd589cf1799fb390c265d09f1f77f3b3c9cc Mon Sep 17 00:00:00 2001 From: Ycarus Date: Sun, 19 May 2019 10:36:16 +0200 Subject: [PATCH] Remove MTU for glorytun interface used outside OMR --- luci-app-glorytun/root/etc/uci-defaults/1200-luci-glorytun | 1 - 1 file changed, 1 deletion(-) diff --git a/luci-app-glorytun/root/etc/uci-defaults/1200-luci-glorytun b/luci-app-glorytun/root/etc/uci-defaults/1200-luci-glorytun index 272be4130..9d0f93d85 100644 --- a/luci-app-glorytun/root/etc/uci-defaults/1200-luci-glorytun +++ b/luci-app-glorytun/root/etc/uci-defaults/1200-luci-glorytun @@ -20,7 +20,6 @@ if [ "$(uci -q get network.glorytun)" = "" ] && [ "$(uci -q get network.omrvpn)" set network.glorytun.ip4table=vpn set network.glorytun.multipath=off set network.glorytun.leasetime=12h - set network.glorytun.mtu=1400 commit network EOF # set network.glorytun.proto=static