Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenzok8/small
ssr passwall homeprxoy 依赖
https://github.com/kenzok8/small
homeproxy hysteria mihomo mosdns sing-box
Last synced: 4 days ago
JSON representation
ssr passwall homeprxoy 依赖
- Host: GitHub
- URL: https://github.com/kenzok8/small
- Owner: kenzok8
- License: apache-2.0
- Created: 2020-04-18T13:40:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T04:16:44.000Z (6 days ago)
- Last Synced: 2024-10-31T05:18:56.510Z (6 days ago)
- Topics: homeproxy, hysteria, mihomo, mosdns, sing-box
- Language: Lua
- Homepage:
- Size: 19.5 MB
- Stars: 1,075
- Watchers: 23
- Forks: 809
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=kenzok8&show_icons=true&&theme=transparent)
* small仓库不定期添加主流代理软件,ssr、passwall、homeproxy、mihomo等
#### 使用方式
```yaml默认ssr与passwall的插件与依赖整合包
使用方法:将整合包上传到openwrt设备的tmp目录,输入命令 opkg install *.ipk
默认压缩包里包含ssr passwall bypass passwall2 homeproxy mihomo插件
如果单独安装ssr与依赖,rm -rf {*passwall*,*bypass*,*homeproxy*,*mihomo*}
```* 喜欢追新的可以去下载small-package,该仓库每天自动同步更新
* [small-package仓库地址](https://github.com/kenzok8/small-package)
##### 插件每日更新下载:
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/kenzok8/small?style=for-the-badge&label=插件下载)](https://github.com/kenzok8/small/releases/latest)+ [ssr+passwall依赖仓库](https://github.com/kenzok8/small)
+ [openwrt固件与插件下载](https://op.dllkids.xyz/)
#### 使用
一键命令(防止插件冲突,删除重复)
```yaml
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以上版本 ,可以用以下命令
```yaml
rm -rf feeds/packages/lang/golang
git clone https://github.com/kenzok8/golang feeds/packages/lang/golang
```