From 1174563c4f9d03db5c44a2ee9f885e374f5538ba Mon Sep 17 00:00:00 2001 From: Randall Date: Fri, 5 Jul 2024 11:33:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20ssh/restrict=5Fssh=5Facces?= =?UTF-8?q?s/README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ssh/restrict_ssh_access/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/restrict_ssh_access/README.md b/ssh/restrict_ssh_access/README.md index a402418..3775be2 100644 --- a/ssh/restrict_ssh_access/README.md +++ b/ssh/restrict_ssh_access/README.md @@ -7,7 +7,7 @@ 使用`curl`运行脚本,并将所需的IPv4和IPv6地址作为参数传入: ```bash -curl -s https://git.randallanjie.com/Randall/Some-Shell/raw/branch/main/ssh/restrict_ssh_access/restrict_ssh_access.sh | bash -s -4 -6 +curl -s https://git.randallanjie.com/Randall/Some-Shell/raw/branch/main/ssh/restrict_ssh_access/restrict_ssh_access.sh | bash -s -- -4 -6 ``` ## 参数