OpenWrt安装OpenClash
发布于 2024-09-13 来自 admin — 1 min
OpenClash
OpenClash(github)是一个可运行在 OpenWrt 上的 Clash 客户端
兼容 Shadowsocks、ShadowsocksR、Vmess、Trojan、Snell 等协议,根据灵活的规则配置实现策略代理。
安装
1.请先安装好这些依赖:
#iptables
opkg update
opkg install coreutils-nohup bash iptables dnsmasq-full curl ca-certificates ipset ip-full iptables-mod-tproxy iptables-mod-extra libcap libcap-bin ruby ruby-yaml kmod-tun kmod-inet-diag unzip luci-compat luci luci-base
2.下载并安装 OpenClash
可以在 OpenClash 仓库的 Releases 页面选择对应的版本进行下载
wget https://github.com/vernesong/OpenClash/releases/download/v0.45.35-beta/luci-app-openclash_0.46.014-beta_all.ipk -O openclash.ipk
opkg update
opkg install openclash.ipk
也可以在后台中上传并安装
3.添加 luci-compact 并重启
opkg install luci luci-base luci-compat
reboot
使用
1.重启后在后台服务中打开openssh
2.下载内核
在插件设置->版本更新中下相应内核到本地并ssh上传到相应目录
3.启动
添加相应的订阅配置后,在运行状态页面点击启动OpenClash按钮