Go to file
2025-05-23 23:00:24 +08:00
.github/workflows ci: build dns2socks-rust 2025-05-11 05:18:45 +08:00
chinadns-ng chinadns-ng: update to 2025.03.27 2025-03-27 21:02:56 +08:00
daed daed: sync upstream 2024-12-23 14:30:49 +08:00
dns2socks import required dependencies 2022-04-28 05:39:39 +08:00
dns2socks-rust dns2socks-rust: sync upstream 2025-05-10 21:31:44 +08:00
dns2tcp dns2tcp: update to 1.1.2 2024-07-12 18:33:19 +08:00
geoview geoview: update to latest version 2025-05-22 11:00:18 +08:00
hysteria hysteria: update to 2.6.1 2025-02-04 10:30:34 +08:00
ipt2socks ipt2socks: update to 1.1.4 2025-03-06 14:30:26 +08:00
lua-neturl lua-neturl: fix regex 2023-01-24 14:55:11 +08:00
luci-app-daed luci-app-daed: sync upstream 2025-02-05 16:30:18 +08:00
luci-app-homeproxy luci-app-homeproxy: sync upstream 2025-05-16 22:28:08 +08:00
luci-app-nikki luci-app-nikki: sync upstream 2025-05-16 22:28:12 +08:00
luci-app-openclash luci-app-openclash: sync upstream 2025-03-05 22:00:26 +08:00
luci-app-passwall luci-app-passwall: sync upstream 2025-05-21 21:00:24 +08:00
luci-app-passwall2 luci-app-passwall2: sync upstream 2025-05-16 22:28:11 +08:00
luci-app-ssr-plus luci-app-ssr-plus: sync upstream 2025-05-23 23:00:24 +08:00
microsocks microsocks: update to 1.0.5 2025-02-07 10:00:33 +08:00
naiveproxy naiveproxy: update to 136.0.7103.44-r1 2025-05-04 12:42:36 +08:00
nikki nikki: sync upstream 2025-05-16 22:28:12 +08:00
pdnsd import required dependencies 2022-04-28 05:39:39 +08:00
redsocks2 redsocks2: update to git HEAD 2024-12-05 12:30:25 +08:00
shadow-tls shadow-tls: update to 0.2.25 (#1371) 2024-01-11 21:57:19 +08:00
shadowsocks-libev add shadowsocks-libev for openwrt-24.10 2024-10-04 17:58:15 +08:00
shadowsocks-rust shadowsocks-rust: update to 1.23.4 2025-05-16 22:28:34 +08:00
shadowsocksr-libev shadowsocksr-libev: fix build error by correctly allocating memory for 'protocol' 2025-01-06 23:02:56 +08:00
simple-obfs Define PKG_BUILD_FLAGS:=no-mips16 for necessary packages (#2584) 2023-05-25 06:36:26 +08:00
sing-box sing-box: update to 1.11.11 2025-05-18 21:30:33 +08:00
tcping backup 2022-04-17 03:50:24 +08:00
trojan backup 2022-04-17 03:50:24 +08:00
trojan-plus backup 2022-04-17 03:50:24 +08:00
tuic-client tuic-client: add armv7 support 2023-10-12 14:11:06 +08:00
v2ray-core v2ray-core: update to 5.32.0 2025-05-18 05:30:33 +08:00
v2ray-geodata v2ray-geodata: disable DL download cache 2024-06-03 22:05:49 +08:00
v2ray-plugin v2ray-plugin: fix build 2025-02-07 10:04:14 +08:00
xray-core xray-core: update to 25.5.16 2025-05-16 22:28:22 +08:00
xray-plugin xray-plugin: update to 1.8.24 2024-08-30 15:30:19 +08:00
patch-luci-app-passwall.patch luci-app-passwall: sync upstream 2025-05-16 23:30:47 +08:00
patch-luci-app-ssr-plus.patch luci-app-ssr-plus: sync upstream 2025-05-23 13:30:21 +08:00
README.md README.md 2024-10-16 18:28:03 +08:00

科学插件防炸上游备份

防止插件上游进行激进的改动,导致一些问题的出现,备份并按需同步可以确保编译时插件始终可用

# 移除 openwrt feeds 自带的核心包
rm -rf feeds/packages/net/{xray-core,v2ray-core,v2ray-geodata,sing-box}
git clone https://github.com/sbwml/openwrt_helloworld package/helloworld

# 更新 golang 1.23 版本
rm -rf feeds/packages/lang/golang
git clone https://github.com/sbwml/packages_lang_golang -b 23.x feeds/packages/lang/golang