mirror of https://github.com/mack-a/v2ray-agent
feat(readme): shadowsocks动态IP白名单模式
parent
02eb9ba2c8
commit
a022fcd4f5
|
@ -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
|
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>
|
<img src="https://raw.githubusercontent.com/mack-a/v2ray-agent/master/fodder/install/install.jpg" width=700>
|
||||||
|
|
Loading…
Reference in New Issue