ssr passwall homeprxoy 依赖
Go to file
2024-08-26 16:16:33 +08:00
.github/workflows Update T9 build.yml 2024-08-17 14:40:54 +08:00
brook
chinadns-ng
dns2socks
dns2tcp
gn update 2024-08-17 14:36:06 2024-08-17 14:36:06 +08:00
hysteria update 2024-08-17 20:19:18 2024-08-17 20:19:18 +08:00
ipt2socks
lua-neturl
luci-app-bypass update 2024-08-08 00:14:23 2024-08-08 00:14:23 +08:00
luci-app-homeproxy update 2024-08-22 16:15:00 2024-08-22 16:15:00 +08:00
luci-app-mosdns update 2024-08-17 15:12:49 2024-08-17 15:12:49 +08:00
luci-app-passwall update 2024-08-25 20:20:08 2024-08-25 20:20:08 +08:00
luci-app-passwall2 update 2024-08-25 20:20:08 2024-08-25 20:20:08 +08:00
luci-app-ssr-plus
microsocks
mosdns update 2024-08-15 16:15:18 2024-08-15 16:15:18 +08:00
naiveproxy update 2024-08-19 00:21:30 2024-08-19 00:21:30 +08:00
pdnsd-alt
redsocks2
shadow-tls
shadowsocks-rust update 2024-08-16 11:37:11 2024-08-16 11:37:11 +08:00
shadowsocksr-libev
simple-obfs
sing-box update 2024-08-19 16:15:34 2024-08-19 16:15:34 +08:00
ssocks
tcping
trojan
trojan-go
trojan-plus
tuic-client
v2dat
v2ray-core update 2024-08-25 08:59:24 2024-08-25 08:59:24 +08:00
v2ray-geodata update 2024-08-26 16:16:33 2024-08-26 16:16:33 +08:00
v2ray-plugin update 2024-08-24 20:20:02 2024-08-24 20:20:02 +08:00
v2raya
xray-core
xray-plugin
LICENSE
README.md Update README.md 2024-08-17 19:37:41 +08:00

Anurag's GitHub stats

  • 把openwrt-packages与small仓库重新归类ssr、passwall、homeproxy依赖合并small

使用方式


默认ssr与passwall的插件与依赖整合包

使用方法将整合包上传到openwrt设备的tmp目录输入命令 opkg install *.ipk

默认压缩包里包含ssr passwall bypass passwall2 homeproxy 插件

如果单独安装ssr与依赖rm -rf {*passwall*,*bypass*,*homeproxy*}
插件每日更新下载:

GitHub release (latest by date)

使用

一键命令(防止插件冲突,删除重复)

sed -i '1i src-git kenzo https://github.com/kenzok8/openwrt-packages' feeds.conf.default
sed -i '2i src-git small https://github.com/kenzok8/small' feeds.conf.default
./scripts/feeds update -a && rm -rf feeds/luci/applications/luci-app-mosdns
rm -rf feeds/packages/net/{alist,adguardhome,mosdns,xray*,v2ray*,v2ray*,sing*,smartdns}
rm -rf feeds/packages/utils/v2dat
rm -rf feeds/packages/lang/golang
git clone https://github.com/kenzok8/golang feeds/packages/lang/golang
./scripts/feeds install -a 
make menuconfig

注意

编译新版Sing-box和hysteria尽量使用golang版本1.22以上版本 ,可以用以下命令

rm -rf feeds/packages/lang/golang
git clone https://github.com/kenzok8/golang feeds/packages/lang/golang