From 3c7084d484902dc892e38f2b4abc172ce68c6422 Mon Sep 17 00:00:00 2001 From: sin365 <353374337@qq.com> Date: Wed, 26 Jun 2024 09:50:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sample/NoSugarNet.ClientCli/Config.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Sample/NoSugarNet.ClientCli/Config.cs b/Sample/NoSugarNet.ClientCli/Config.cs index 9442e62..4770d4e 100644 --- a/Sample/NoSugarNet.ClientCli/Config.cs +++ b/Sample/NoSugarNet.ClientCli/Config.cs @@ -18,7 +18,7 @@ namespace NoSugarNet.ClientCli { public string LocalTargetIP { get; set; } public int LocalTargetPort { get; set; } - public int ClientLocalPort { get; set; } + public int RemoteLocalPort { get; set; } } public static class Config @@ -37,8 +37,8 @@ namespace NoSugarNet.ClientCli ServerPort = 1000, TunnelList = new List() { - new ConfigDataModel_Single(){ LocalTargetIP = "127.0.0.1",LocalTargetPort=3389,ClientLocalPort = 20001}, - new ConfigDataModel_Single(){ LocalTargetIP = "127.0.0.1",LocalTargetPort=3389,ClientLocalPort = 20002} + new ConfigDataModel_Single(){ LocalTargetIP = "127.0.0.1",LocalTargetPort=3389,RemoteLocalPort = 20001}, + new ConfigDataModel_Single(){ LocalTargetIP = "127.0.0.1",LocalTargetPort=3389,RemoteLocalPort = 20002} } };