diff --git a/glorytun/Makefile b/glorytun/Makefile index 95d7ed3aa..e197e17fa 100755 --- 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) diff --git a/luci-app-omr-bypass/Makefile b/luci-app-omr-bypass/Makefile index 2969ef549..7b83f4c8c 100755 --- 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 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