From 54f07a7e1e365b3fa4643b7be3754fe1f1a875fe Mon Sep 17 00:00:00 2001 From: Ycarus Date: Mon, 4 Jun 2018 15:53:34 +0200 Subject: [PATCH] Set glorytun MTU to 1280 --- luci-app-glorytun/root/etc/uci-defaults/40_luci-glorytun | 1 + 1 file changed, 1 insertion(+) diff --git a/luci-app-glorytun/root/etc/uci-defaults/40_luci-glorytun b/luci-app-glorytun/root/etc/uci-defaults/40_luci-glorytun index d2616d795..44195c088 100644 --- a/luci-app-glorytun/root/etc/uci-defaults/40_luci-glorytun +++ b/luci-app-glorytun/root/etc/uci-defaults/40_luci-glorytun @@ -19,6 +19,7 @@ uci -q batch <<-EOF >/dev/null set network.glorytun.ip4table=vpn set network.glorytun.multipath=off set network.glorytun.leasetime=12h + set network.glorytun.mtu=1280 commit network EOF # set network.glorytun.proto=static