修改测试服务器地址

This commit is contained in:
SpringHgui 2020-02-28 11:49:25 +08:00
parent b86f838a8d
commit bf52db44b3
3 changed files with 4 additions and 9 deletions

View File

@ -21,7 +21,7 @@ namespace FastTunnel.Client
{
LogManager.LoadConfiguration("Nlog.config");
var logger = LogManager.GetCurrentClassLogger();
logger.Debug("===== Sevice Start =====");
logger.Debug("===== FastTunnel Client Start =====");
try
{

View File

@ -9,9 +9,9 @@
"ClientSettings": {
"Common": {
// ip, BindAddr
//"ServerAddr": "154.202.58.219",
"ServerAddr": "45.132.12.57",
"ServerAddr": "127.0.0.1",
//"ServerAddr": "127.0.0.1",
// BindPort
"ServerPort": 1271
@ -27,11 +27,6 @@
// , 访url http://{SubDomain}.{Domain}:{ProxyPort_HTTP}/
"SubDomain": "yz"
},
{
"LocalIp": "127.0.0.1",
"LocalPort": 9000,
"SubDomain": "test"
},
{
"LocalIp": "127.0.0.1",
"LocalPort": 80,

View File

@ -27,7 +27,7 @@ namespace FastTunnel.Server
{
LogManager.LoadConfiguration("Nlog.config");
var logger = LogManager.GetCurrentClassLogger();
logger.Debug("===== Sevice Start =====");
logger.Debug("===== FastTunnel Server Start =====");
try
{