ssr passwall homeprxoy 依赖
Go to file
2024-12-23 09:02:56 +08:00
.github/workflows add folder 2024-10-17 21:32:26 +08:00
brook
chinadns-ng update 2024-12-23 04:12:53 2024-12-23 04:12:53 +08:00
dns2socks
dns2tcp
gn update 2024-11-26 15:51:23 2024-11-26 15:51:23 +08:00
hysteria update 2024-11-12 12:15:30 2024-11-12 12:15:30 +08:00
ipt2socks
lua-neturl update 2024-12-08 00:15:12 2024-12-08 00:15:12 +08:00
luci-app-bypass update 2024-12-01 09:16:47 2024-12-01 09:16:47 +08:00
luci-app-homeproxy update 2024-09-10 12:55:21 2024-09-10 12:55:21 +08:00
luci-app-mihomo update 2024-12-17 16:18:56 2024-12-17 16:18:56 +08:00
luci-app-mosdns update 2024-10-10 04:13:52 2024-10-10 04:13:52 +08:00
luci-app-openclash update 2024-11-09 20:21:35 2024-11-09 20:21:35 +08:00
luci-app-passwall update 2024-12-23 04:12:53 2024-12-23 04:12:53 +08:00
luci-app-passwall2 update 2024-12-22 20:22:18 2024-12-22 20:22:18 +08:00
luci-app-ssr-plus update 2024-12-19 16:17:56 2024-12-19 16:17:56 +08:00
microsocks
mihomo update 2024-12-20 12:16:14 2024-12-20 12:16:14 +08:00
mosdns update 2024-12-18 00:17:34 2024-12-18 00:17:34 +08:00
naiveproxy update 2024-11-22 07:37:44 2024-11-22 07:37:44 +08:00
pdnsd-alt
redsocks2 update 2024-12-05 12:17:20 2024-12-05 12:17:20 +08:00
shadow-tls
shadowsocks-rust update 2024-10-25 12:17:45 2024-10-25 12:17:45 +08:00
shadowsocksr-libev
simple-obfs
sing-box update 2024-12-21 20:22:12 2024-12-21 20:22:12 +08:00
ssocks
tcping update 2024-11-29 13:22:04 2024-11-29 13:22:04 +08:00
trojan
trojan-go
trojan-plus
tuic-client
v2dat
v2ray-core update 2024-12-10 12:17:09 2024-12-10 12:17:09 +08:00
v2ray-geodata update 2024-12-23 09:02:56 2024-12-23 09:02:56 +08:00
v2ray-geoview update 2024-12-09 20:28:39 2024-12-09 20:28:39 +08:00
v2ray-plugin
v2raya update 2024-11-25 04:13:32 2024-11-25 04:13:32 +08:00
xray-core update 2024-12-19 09:04:49 2024-12-19 09:04:49 +08:00
xray-plugin
LICENSE
README.md Update README.md 2024-09-08 22:39:00 +08:00

Anurag's GitHub stats

  • small仓库不定期添加主流代理软件ssr、passwall、homeproxy、mihomo等

使用方式


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

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

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

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

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