From a022fcd4f51a069ea09c229b7da155a4576d3b88 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Fri, 3 Jun 2022 23:03:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(readme):=20shadowsocks=E5=8A=A8=E6=80=81IP?= =?UTF-8?q?=E7=99=BD=E5=90=8D=E5=8D=95=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3656970..f61a5f5 100644 --- a/README.md +++ b/README.md @@ -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 +``` + # 示例图