From 333a642bf186c891e664c3bde0f17a7fb4423e91 Mon Sep 17 00:00:00 2001 From: yanglc Date: Tue, 16 Jan 2024 15:11:26 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a89964..5a994e4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## tunnel 一个自用隧道 -#server为中转机配置 +##server为中转机配置 nginx.txt格式为 中转机 端口 落地机 端口 本地wgip -#client为落地机配置 +##client为落地机配置 nginx.txt格式为 落地机 端口 服务ip 端口 本地wgip From 6cd4e48e94a156d7ff901e860126d3ed7e7dc634 Mon Sep 17 00:00:00 2001 From: yanglc Date: Tue, 16 Jan 2024 15:16:55 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a994e4..9247d67 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ ## tunnel 一个自用隧道 -##server为中转机配置 -nginx.txt格式为 中转机 端口 落地机 端口 本地wgip -##client为落地机配置 -nginx.txt格式为 落地机 端口 服务ip 端口 本地wgip +server为中转机配置 +__nginx.txt格式为 中转机 端口 落地机 端口 本地wgip__ +client为落地机配置 +__nginx.txt格式为 落地机 端口 服务ip 端口 本地wgip__ + +脚本使用 + +`bash -c "$(wget -qO - https://git.igewu.org/yanglc/tunnel/raw/branch/main/99nginx.sh)"` From f36391ee67f0f07d48722f7b3e3f51ca363e4ecd Mon Sep 17 00:00:00 2001 From: yanglc Date: Tue, 16 Jan 2024 15:17:41 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9247d67..1008522 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,6 @@ __nginx.txt格式为 落地机 端口 服务ip 端口 本地wgip__ 脚本使用 -`bash -c "$(wget -qO - https://git.igewu.org/yanglc/tunnel/raw/branch/main/99nginx.sh)"` +``` +bash -c "$(wget -qO - https://git.igewu.org/yanglc/tunnel/raw/branch/main/99nginx.sh)" +```