From 466e3762ce5d66c80700a1792f3b470bb5063a1d Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 2 Aug 2023 19:36:00 +0200 Subject: [PATCH 1/3] Use latest glorytun fork changes --- glorytun/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glorytun/Makefile b/glorytun/Makefile index 95d7ed3aa..e197e17fa 100644 --- a/glorytun/Makefile +++ b/glorytun/Makefile @@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=glorytun PKG_RELEASE:=6 PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=6d58536f4232fea8eaa10fb60aace8ba11f29ed6 +PKG_SOURCE_VERSION:=1af1e26ad7a325d891c27f5cf9832c1ce4b4d0e9 PKG_SOURCE:=glorytun-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/Ysurac/glorytun.git PKG_VERSION:=0.0.35-$(PKG_SOURCE_VERSION) From c6f95542661da02c6d86fda7d53eed6280d517ce Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 2 Aug 2023 19:36:35 +0200 Subject: [PATCH 2/3] Fix depends for om-bypass --- luci-app-omr-bypass/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-omr-bypass/Makefile b/luci-app-omr-bypass/Makefile index 2969ef549..7b83f4c8c 100644 --- a/luci-app-omr-bypass/Makefile +++ b/luci-app-omr-bypass/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Interface to bypass domains #LUCI_DEPENDS:=+dnsmasq-full +shadowsocks-libev-ss-rules +(LINUX_5_4||LINUX_5_15||TARGET_x86_64):iptables-mod-ndpi +iptables-mod-extra +(LINUX_5_4||LINUX_5_15||TARGET_x86_64):kmod-ipt-ndpi +iptables LUCI_DEPENDS:=+dnsmasq-full +shadowsocks-libev-ss-rules +iptables-mod-extra +iptables +sqlite3-cli -ifneq ($(CONFIG_TARGET_ramips),) +ifneq ($(CONFIG_TARGET_ramips),y) #LUCI_DEPENDS+=+(LINUX_5_4||LINUX_5_15):iptables-mod-ndpi +(LINUX_5_4||LINUX_5_15):kmod-ipt-ndpi LUCI_DEPENDS+=+iptables-mod-ndpi +kmod-ipt-ndpi endif From 83719131be7ff86de19618793d6fa7bb84f766ff Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 2 Aug 2023 19:36:55 +0200 Subject: [PATCH 3/3] Increase OMRVPN MTU --- mptcp/files/etc/init.d/mptcp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mptcp/files/etc/init.d/mptcp b/mptcp/files/etc/init.d/mptcp index f870963e3..d83b12b1d 100755 --- a/mptcp/files/etc/init.d/mptcp +++ b/mptcp/files/etc/init.d/mptcp @@ -77,9 +77,9 @@ interface_max_metric() { fi elif [ "$1" = "omrvpn" ]; then uci -q batch <<-EOF >/dev/null - set network.${config}.metric=1200 + set network.${config}.metric=9000 commit network - set openmptcprouter.${config}.metric=1200 + set openmptcprouter.${config}.metric=9000 commit openmptcprouter EOF elif [ "$1" = "omr6in4" ]; then