diff --git a/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config b/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config index a5deb4a..778d993 100644 --- a/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config +++ b/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config @@ -29,9 +29,6 @@ CONFIG_PACKAGE_iperf3=y # DDNS CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y -# 消息提醒 -CONFIG_PACKAGE_luci-app-serverchan=y - # 支援5G CONFIG_PACKAGE_usb-modeswitch=y # ECM @@ -59,6 +56,9 @@ CONFIG_PACKAGE_golang=y # 花里胡哨的图表最喜欢啦 CONFIG_PACKAGE_luci-app-netdata=y +# OVPN最好用 不接受反驳 +CONFIG_PACKAGE_luci-app-openvpn-server=y + # 路由器爆炸提醒 CONFIG_PACKAGE_luci-app-serverchan=y diff --git a/openwrt/lede/x86/openwrt.lede.x86.config b/openwrt/lede/x86/openwrt.lede.x86.config index e4f2e7e..b11ffe8 100644 --- a/openwrt/lede/x86/openwrt.lede.x86.config +++ b/openwrt/lede/x86/openwrt.lede.x86.config @@ -26,10 +26,8 @@ CONFIG_PACKAGE_rsync=y # 测速得有吧 CONFIG_PACKAGE_iperf3=y -# 运营商羊毛也得薅呀 -CONFIG_PACKAGE_luci-app-mwan3=y -CONFIG_PACKAGE_luci-app-mwan3helper=y -CONFIG_PACKAGE_luci-app-syncdial=y +# DDNS yyds +CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y # 移动通信模组 CONFIG_LIBQMI_COLLECTION_BASIC=y @@ -72,15 +70,9 @@ CONFIG_PACKAGE_python3-speedtest-cli=y # Python都有了 再来个Go不过分 CONFIG_PACKAGE_golang=y -# DDNS yyds -CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y - # 花里胡哨的图表最喜欢啦 CONFIG_PACKAGE_luci-app-netdata=y -# 我最喜欢的小工具 -CONFIG_PACKAGE_luci-app-socat=y - # OVPN最好用 不接受反驳 CONFIG_PACKAGE_luci-app-openvpn-server=y @@ -93,3 +85,13 @@ CONFIG_PACKAGE_pppossh=y CONFIG_PACKAGE_gre=y CONFIG_PACKAGE_xl2tpd=y CONFIG_PACKAGE_comgt=y + +## Self + +# 我最喜欢的小工具 +CONFIG_PACKAGE_luci-app-socat=y + +# 运营商羊毛也得薅呀 +CONFIG_PACKAGE_luci-app-mwan3=y +CONFIG_PACKAGE_luci-app-mwan3helper=y +CONFIG_PACKAGE_luci-app-syncdial=y