From 388ba10c88b7af14123c46f323f75872cab76c34 Mon Sep 17 00:00:00 2001 From: "Gui.H" <740360381@qq.com> Date: Sun, 2 Aug 2020 11:50:12 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b206377..74cfb26 100644 --- a/README.md +++ b/README.md @@ -112,8 +112,11 @@ ssh -oPort=12701 root@x.x.x.x ## 开发/PR -- 安装 `vs2019` -- 安装 `dotnetcore runtime&sdk 3.1` 或以上版本 +- install `vs2019` +- install `dotnetcore runtime&sdk 3.1` 或以上版本 +- add host `test.test.cc`-> `127.0.0.1` +- run fasttunnel.server +- run fasttunnel.client ## License Apache License 2.0 From 1baabb5c91c5e5c8b24036e54a466be8982bd043 Mon Sep 17 00:00:00 2001 From: "Gui.H" <740360381@qq.com> Date: Sun, 2 Aug 2020 12:19:55 +0800 Subject: [PATCH 2/3] Update README_zh.md --- README_zh.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README_zh.md b/README_zh.md index 01b1475..1d523d9 100644 --- a/README_zh.md +++ b/README_zh.md @@ -114,6 +114,9 @@ ssh -oPort=12701 root@x.x.x.x ## 开发/PR - 安装 `vs2019` - 安装 `dotnetcore runtime&sdk 3.1` 或以上版本 +- host文件中添加 `test.test.cc 127.0.0.1` +- 启动 fasttunnel.server +- 启动 fasttunnel.client ## License Apache License 2.0 From 02b23552600b90709a90f3ddb5d920e40a468474 Mon Sep 17 00:00:00 2001 From: "Gui.H" <740360381@qq.com> Date: Sun, 2 Aug 2020 12:20:45 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74cfb26..fef4f50 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ ssh -oPort=12701 root@x.x.x.x ## 开发/PR - install `vs2019` - install `dotnetcore runtime&sdk 3.1` 或以上版本 -- add host `test.test.cc`-> `127.0.0.1` +- add `test.test.cc 127.0.0.1` in host file - run fasttunnel.server - run fasttunnel.client