From 73028f86b14e57f27c8b506917ca932390be7187 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 11 Apr 2023 12:10:27 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8343402..b6d6245 100644 --- a/README.md +++ b/README.md @@ -88,9 +88,9 @@ bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/spirit ### 批量开设NAT的KVM虚拟化的VM --批量继承设置 --自动开设NAT服务器 --自动进行内外网端口映射 +- 批量继承设置 +- 自动开设NAT服务器 +- 自动进行内外网端口映射 ``` curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/create_vm.sh -o create_vm.sh && chmod +x create_vm.sh @@ -98,14 +98,14 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/create_vm.sh -o cr ### 单独生成KVM虚拟化的VM --自动开设NAT服务器 --自动进行内外网端口映射 +- 自动开设NAT服务器 +- 自动进行内外网端口映射 ``` curl -L https://raw.githubusercontent.com/spiritLHLS/pve/main/buildvm.sh -o buildvm.sh && chmod +x buildvm.sh ``` --测试开一个NAT服务器 +- 测试开一个NAT服务器 ``` ./buildvm.sh 102 test1 1234567 1 512 5 40001 40002 40003 50000 50025 ubuntu20