Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RealLanta authored Feb 11, 2022
1 parent eae726b commit 45576fb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,21 @@
给MIPS架构(例如MT7621)的Passwall一键安装脚本(稳定性未知)

详细使用办法请看我的[博客](https://www.lanta.cyou/index.php/archives/30/)

安装Passwall本体:

```bash
wget https://cdn.lanta.cyou/passwall/mips_pw_install.sh && chmod +x mips_pw_install.sh && ./mips_pw_install.sh
```

安装v2ray插件:

```
wget https://cdn.lanta.cyou/passwall/mips_pw_v2ray.sh && chmod +x mips_pw_v2ray.sh && ./mips_pw_v2ray.sh
```

安装Xray插件:

```
wget https://cdn.lanta.cyou/passwall/mips_pw_xray.sh && chmod +x mips_pw_xray.sh && ./mips_pw_xray.sh
```

0 comments on commit 45576fb

Please sign in to comment.