diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a3210c63..4f0e68c2 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -37,7 +37,7 @@ jobs: release_name: v1.4.1.${{ steps.date.outputs.today }} draft: false prerelease: false - body: "1. 去除配置同步\r\n2. 调整UI\r\n3. 增加Action参数配置\r\n4. 更新文档" + body: "1. 去除配置同步\r\n2. 调整UI\r\n3. 增加Action参数配置\r\n4. 更新文档\r\n5. 测试中,请勿更新,请勿更新,请勿更新" - name: upload-win-x86-oss id: upload-win-x86-oss uses: tvrcgo/oss-action@v0.1.1 diff --git a/linker.doc.web/docs/4、通信功能/3.3、服务器穿透.md b/linker.doc.web/docs/4、通信功能/3.3、服务器穿透.md index 899ee06c..cdb32f67 100644 --- a/linker.doc.web/docs/4、通信功能/3.3、服务器穿透.md +++ b/linker.doc.web/docs/4、通信功能/3.3、服务器穿透.md @@ -14,8 +14,8 @@ sidebar_position: 7 ## 1、配置穿透密钥和端口 :::tip[说明] 1. 在服务端`configs/server.json`中 -2. `WebPort` 用于单一端口承载多个HTTP服务,因为HTTP Headers 中有Host字段,可以用于区分不通服务 -3. `TunnelPortRange` 用于开放一个端口范围,提供给客户端动态添加端口监听,每个端口对应不同的TCP服务 +2. `WebPort` 用于单一端口承载多个HTTP服务,因为HTTP Headers 中有Host字段,可以用于区分不同的HTTP服务 +3. `TunnelPortRange` 用于开放一个端口范围,提供给客户端动态添加端口监听,每个端口对应不同的TCP+UDP服务 4. `SecretKey` 为密钥,客户端填写此密钥,才能使用穿透 ![Docusaurus Plushie](./img/sforward1.png) diff --git a/linker/linker.csproj b/linker/linker.csproj index 624cb407..2a3bd0a7 100644 --- a/linker/linker.csproj +++ b/linker/linker.csproj @@ -22,7 +22,8 @@ 1. 去除配置同步 2. 调整UI 3. 增加Action参数配置 -4. 更新文档 +4. 更新文档 +5. 测试中,请勿更新,请勿更新,请勿更新 snltty https://github.com/snltty/linker https://github.com/snltty/linker diff --git a/version.txt b/version.txt index 1edaf63f..b5efecb1 100644 --- a/version.txt +++ b/version.txt @@ -1,6 +1,7 @@ v1.4.1 -2024-09-22 11:16:37 +2024-09-22 11:36:15 1. 去除配置同步 2. 调整UI 3. 增加Action参数配置 -4. 更新文档 \ No newline at end of file +4. 更新文档 +5. 测试中,请勿更新,请勿更新,请勿更新 \ No newline at end of file