diff --git a/NoSugarNet.sln b/NoSugarNet.sln index fccbf7b..859b9df 100644 --- a/NoSugarNet.sln +++ b/NoSugarNet.sln @@ -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 diff --git a/README.md b/README.md index 180e2fe..85b521c 100644 --- a/README.md +++ b/README.md @@ -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 配置编号和客户端安排端口会发送到给客户端。 diff --git a/Sample/NoSugarNet.ServerCli/Properties/PublishProfiles/FolderProfile.pubxml b/Sample/NoSugarNet.ServerCli/Properties/PublishProfiles/FolderProfile.pubxml index d37ba18..bd12f79 100644 --- a/Sample/NoSugarNet.ServerCli/Properties/PublishProfiles/FolderProfile.pubxml +++ b/Sample/NoSugarNet.ServerCli/Properties/PublishProfiles/FolderProfile.pubxml @@ -13,6 +13,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121. win-x64 false false - false + true \ No newline at end of file diff --git a/Sample/NoSugarNet.ServerCli/Properties/PublishProfiles/FolderProfile.pubxml.user b/Sample/NoSugarNet.ServerCli/Properties/PublishProfiles/FolderProfile.pubxml.user index 63df8fc..bc9d86e 100644 --- a/Sample/NoSugarNet.ServerCli/Properties/PublishProfiles/FolderProfile.pubxml.user +++ b/Sample/NoSugarNet.ServerCli/Properties/PublishProfiles/FolderProfile.pubxml.user @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. --> - 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; + 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; \ No newline at end of file