From 6ee0b57a7320e164da7ed37429f0e860fa4ca6e0 Mon Sep 17 00:00:00 2001 From: SpringHgui Date: Fri, 28 Feb 2020 12:23:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FastTunnel.Server/appsettings.json | 2 +- FastTunnel.Server/fasttunnel.service | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FastTunnel.Server/appsettings.json b/FastTunnel.Server/appsettings.json index 0510076..d36c3db 100644 --- a/FastTunnel.Server/appsettings.json +++ b/FastTunnel.Server/appsettings.json @@ -11,7 +11,7 @@ "BindPort": 1271, // 自定义域名 - "Domain": "test.cc", + "Domain": "ft.suidao.io", // 服务监听的端口号, 访问自定义域名站点时url为 http://{SubDomain}.{Domain}:{ProxyPort_HTTP}/ "ProxyPort_HTTP": 1270 diff --git a/FastTunnel.Server/fasttunnel.service b/FastTunnel.Server/fasttunnel.service index 066f875..4d49f14 100644 --- a/FastTunnel.Server/fasttunnel.service +++ b/FastTunnel.Server/fasttunnel.service @@ -2,8 +2,8 @@ Description=fasttunnel [Service] Type=simple -#path where fasttunnel.server.dll -WorkingDirectory=/root/fasttunnel/ +#path where fasttunnel.server.dll +WorkingDirectory=/root/fasttunnel/ #Restart=on-failure #RestartSec=10 ExecStart=/usr/share/dotnet/dotnet FastTunnel.Server.dll