feat(readme): shadowsocks动态IP白名单模式

pull/534/merge
mack-a 2022-06-03 23:03:13 +08:00
parent 02eb9ba2c8
commit a022fcd4f5
1 changed files with 6 additions and 0 deletions

View File

@ -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>