This commit is contained in:
sin365 2024-04-15 15:30:09 +08:00
parent 91bb74944c
commit ed48aade15
4 changed files with 26 additions and 5 deletions

View File

@ -23,6 +23,13 @@ EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NoSugarNet.DataHelper", "NoSugarNet.DataHelper\NoSugarNet.DataHelper.csproj", "{3C41B685-B46B-4057-826B-C8C6F395BFA8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NetLib_Standard2", "NetLib_Standard2", "{4A660CAE-CD92-411C-9D8E-7CB677DB3C74}"
ProjectSection(SolutionItems) = preProject
Lib\NetLib_Standard2\HaoYueNet.ClientNetworkNet.Standard2.dll = Lib\NetLib_Standard2\HaoYueNet.ClientNetworkNet.Standard2.dll
Lib\NetLib_Standard2\HaoYueNet.ServerNetwork.Standard2.dll = Lib\NetLib_Standard2\HaoYueNet.ServerNetwork.Standard2.dll
Lib\NetLib_Standard2\NoSugarNet.DataHelper.deps.json = Lib\NetLib_Standard2\NoSugarNet.DataHelper.deps.json
Lib\NetLib_Standard2\NoSugarNet.DataHelper.dll = Lib\NetLib_Standard2\NoSugarNet.DataHelper.dll
Lib\NetLib_Standard2\NoSugarNet.DataHelper.pdb = Lib\NetLib_Standard2\NoSugarNet.DataHelper.pdb
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NoSugarNet.ClientCore.Standard2", "NoSugarNet.ClientCore.Standard2\NoSugarNet.ClientCore.Standard2.csproj", "{5DB2B608-6F99-430A-99AC-534410393955}"
EndProject

View File

@ -54,13 +54,27 @@ NoSugarNet无糖网络一个有效降低任意C/S程序软件
形如
```
0:1.2.3.4:3389:10001
1:1.2.3.5:3389:10002
{
"ServerPort": 1000,
"CompressAdapterType": 1,
"TunnelList": [
{
"ServerLocalTargetIP": "1.2.3.4",
"ServerLocalTargetPort": 3389,
"ClientLocalPort": 13389
},
{
"ServerLocalTargetIP": "1.2.3.4",
"ServerLocalTargetPort": 3306,
"ClientLocalPort": 13306
}
]
}
```
表示
本代理服务可以连接代理访问1.2.3.4:3389 和 1.2.3.5:3389
本代理服务可以连接代理访问1.2.3.4:3389 和 1.2.3.5:3306
配置编号和客户端安排端口会发送到给客户端。

View File

@ -13,6 +13,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>false</PublishSingleFile>
<PublishReadyToRun>false</PublishReadyToRun>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>
</Project>

View File

@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<History>True|2024-01-25T09:09:07.9161603Z;True|2024-01-23T18:28:01.1220581+08:00;True|2024-01-23T16:36:21.1141328+08:00;</History>
<History>True|2024-04-15T07:24:50.3598281Z;True|2024-04-15T15:24:34.0374231+08:00;True|2024-01-25T17:09:07.9161603+08:00;True|2024-01-23T18:28:01.1220581+08:00;True|2024-01-23T16:36:21.1141328+08:00;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>