diff --git a/.github/diy/patches/ssr-plus.patch b/.github/diy/patches/ssr-plus.patch index 35b62b58..7eb6db91 100644 --- a/.github/diy/patches/ssr-plus.patch +++ b/.github/diy/patches/ssr-plus.patch @@ -9,6 +9,15 @@ default PACKAGE_$(PKG_NAME)_INCLUDE_NONE_V2RAY config PACKAGE_$(PKG_NAME)_INCLUDE_NONE_V2RAY +@@ -169,7 +169,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_DNSPROXY + + config PACKAGE_$(PKG_NAME)_INCLUDE_MosDNS + bool "Include MosDNS" +- default y if aarch64||arm||i386||x86_64 ++ default y if aarch64||i386||x86_64 + + config PACKAGE_$(PKG_NAME)_INCLUDE_Hysteria + bool "Include Hysteria" --- a/luci-app-ssr-plus/luasrc/controller/shadowsocksr.lua +++ b/luci-app-ssr-plus/luasrc/controller/shadowsocksr.lua