Skip to content

Commit

Permalink
feat(readme): shadowsocks动态IP白名单模式
Browse files Browse the repository at this point in the history
  • Loading branch information
mack-a committed Jun 3, 2022
1 parent 35c8d34 commit 38bf735
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
```

- shadowsocks 动态IP白名单模式【Beta】

```
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/dev_ss/install.sh" && chmod 700 /root/install.sh && /root/install.sh
```

# 示例图

<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/install/install.jpg" width=700>
Expand Down

0 comments on commit 38bf735

Please sign in to comment.