This commit is contained in:
SpringHgui 2020-08-02 15:47:44 +08:00
commit 316cd40839
2 changed files with 8 additions and 2 deletions

View File

@ -112,8 +112,11 @@ ssh -oPort=12701 root@x.x.x.x
## 开发/PR ## 开发/PR
- 安装 `vs2019` - install `vs2019`
- 安装 `dotnetcore runtime&sdk 3.1` 或以上版本 - install `dotnetcore runtime&sdk 3.1` 或以上版本
- add `test.test.cc 127.0.0.1` in host file
- run fasttunnel.server
- run fasttunnel.client
## License ## License
Apache License 2.0 Apache License 2.0

View File

@ -114,6 +114,9 @@ ssh -oPort=12701 root@x.x.x.x
## 开发/PR ## 开发/PR
- 安装 `vs2019` - 安装 `vs2019`
- 安装 `dotnetcore runtime&sdk 3.1` 或以上版本 - 安装 `dotnetcore runtime&sdk 3.1` 或以上版本
- host文件中添加 `test.test.cc 127.0.0.1`
- 启动 fasttunnel.server
- 启动 fasttunnel.client
## License ## License
Apache License 2.0 Apache License 2.0