From b7a28697f460cbcd84af71b1469ea931929d3703 Mon Sep 17 00:00:00 2001 From: Randall Date: Thu, 4 Jul 2024 11:35:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20pve/port=5Fforward/README.?= =?UTF-8?q?md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pve/port_forward/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pve/port_forward/README.md b/pve/port_forward/README.md index ecf0359..c79f5f1 100644 --- a/pve/port_forward/README.md +++ b/pve/port_forward/README.md @@ -30,13 +30,13 @@ curl -s https://git.randallanjie.com/Randall/Some-Shell/raw/branch/main/pve/port 1. 删除 `ipv4` 端口转发 ```shell -curl -s https://git.randallanjie.com/Randall/Some-Shell/raw/branch/main/pve/port_forward/port_forward.sh | bash -s delete ipv4 1822 +curl -s https://git.randallanjie.com/Randall/Some-Shell/raw/branch/main/pve/port_forward/port_forward.sh | bash -s delete ipv4 1822 10.0.18.2 22 ``` 2. 删除 `ipv6` 端口转发 ```shell -curl -s https://git.randallanjie.com/Randall/Some-Shell/raw/branch/main/pve/port_forward/port_forward.sh | bash -s delete ipv6 1822 +curl -s https://git.randallanjie.com/Randall/Some-Shell/raw/branch/main/pve/port_forward/port_forward.sh | bash -s delete ipv6 1822 fd00:18::2 22 ``` ### 修改端口转发