ssr passwall homeprxoy 依赖
Go to file
2023-11-20 02:10:14 +08:00
.github/workflows Update bulid9.yml 2023-11-04 22:26:43 +08:00
brook update 2023-10-04 13:20:37 2023-10-04 13:20:37 +08:00
chinadns-ng update 2023-10-29 02:09:40 2023-10-29 02:09:40 +08:00
dns2socks update 2023-04-27 11:32:17 2023-04-27 11:32:17 +08:00
dns2tcp update 2023-09-17 20:14:10 2023-09-17 20:14:10 +08:00
gn update 2023-09-19 02:11:31 2023-09-19 02:11:31 +08:00
hysteria update 2023-11-19 20:14:57 2023-11-19 20:14:57 +08:00
ipt2socks update 2023-09-17 20:14:10 2023-09-17 20:14:10 +08:00
lua-neturl update 2023-04-27 03:31:00 +00:00
luci-app-bypass update 2023-11-14 08:40:33 2023-11-14 08:40:33 +08:00
luci-app-passwall update 2023-10-17 02:12:04 2023-10-17 02:12:04 +08:00
luci-app-passwall2 update 2023-10-17 02:12:04 2023-10-17 02:12:04 +08:00
luci-app-ssr-plus update 2023-11-09 22:31:39 2023-11-09 22:31:39 +08:00
microsocks update 2023-04-27 11:32:17 2023-04-27 11:32:17 +08:00
naiveproxy update 2023-11-10 02:11:00 2023-11-10 02:11:00 +08:00
pdnsd-alt update 2023-01-29 18:49:36 2023-01-29 18:49:36 +08:00
redsocks2 update 2023-10-12 02:11:43 2023-10-12 02:11:43 +08:00
shadow-tls update 2023-10-14 17:46:35 2023-10-14 17:46:35 +08:00
shadowsocks-rust update 2023-10-16 01:26:48 2023-10-16 01:26:48 +08:00
shadowsocksr-libev update 2023-10-01 01:42:14 2023-10-01 01:42:14 +08:00
simple-obfs update 2023-04-27 11:32:17 2023-04-27 11:32:17 +08:00
sing-box update 2023-11-17 20:16:32 2023-11-17 20:16:32 +08:00
ssocks update 2023-01-29 18:49:36 2023-01-29 18:49:36 +08:00
tcping update 2023-04-27 11:32:17 2023-04-27 11:32:17 +08:00
trojan update 2023-04-27 11:32:17 2023-04-27 11:32:17 +08:00
trojan-go update 2023-10-01 08:44:54 2023-10-01 08:44:54 +08:00
trojan-plus update 2023-01-29 18:49:36 2023-01-29 18:49:36 +08:00
tuic-client update 2023-09-17 08:41:14 2023-09-17 08:41:14 +08:00
v2dat update 2023-11-09 22:31:39 2023-11-09 22:31:39 +08:00
v2ray-core update 2023-11-20 02:10:14 2023-11-20 02:10:14 +08:00
v2ray-geodata update 2023-11-19 20:14:57 2023-11-19 20:14:57 +08:00
v2ray-plugin update 2023-11-04 20:14:06 2023-11-04 20:14:06 +08:00
v2raya update 2023-11-13 20:16:28 2023-11-13 20:16:28 +08:00
xray-core update 2023-11-18 20:14:43 2023-11-18 20:14:43 +08:00
xray-plugin update 2023-11-18 20:14:43 2023-11-18 20:14:43 +08:00
LICENSE update 2023-04-27 11:32:17 2023-04-27 11:32:17 +08:00
README.md Update README.md 2023-09-23 00:19:46 +08:00

Anurag's GitHub stats

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

使用方式


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

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

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

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

GitHub release (latest by date)

使用

一键命令

sed -i '$a src-git kenzo https://github.com/kenzok8/openwrt-packages' feeds.conf.default
sed -i '$a src-git small https://github.com/kenzok8/small' feeds.conf.default
git pull
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig

注意

编译新版Sing-box和hysteria需golang版本1.20或者以上版本 ,可以用以下命令

pushd feeds/packages/lang
rm -rf golang && svn co https://github.com/openwrt/packages/branches/openwrt-23.05/lang/golang
popd