https://github.com/SunBK201/UA3F

<aside> 💡

UA3F 可以不依赖 Clash 独立运行:猴子也能看懂的 UA3F 使用教程

</aside>

讨论组

https://t.me/crack_campus_network

安装

通过 SSH 进入你的 OpenWrt Shell:

ssh [email protected]

<aside> ⚠️ 注意:192.168.1.1 部分具体取决于你的网关 IP

</aside>

进行安装 ShellClash:

export url='<https://fastly.jsdelivr.net/gh/juewuy/ShellClash@master>' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null

配置

找到你的配置文件,定位到 rules 部分

在规则顶部加入:

- DST-PORT,80,Switch

<aside> ⚠️ 注意:Switch 部分不一定为 Switch,具体取决于你的配置,你需要改写为你自己的加密节点

</aside>

详细的配置解释请查看文档:

Configuration · Dreamacro/clash Wiki

An example configuration file

如果上面的操作看不懂,可以使用下面的懒人配置。

懒人配置