mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 02:39:29 +08:00
修改配置文件
This commit is contained in:
parent
427a862177
commit
6ee0b57a73
|
@ -11,7 +11,7 @@
|
||||||
"BindPort": 1271,
|
"BindPort": 1271,
|
||||||
|
|
||||||
// 自定义域名
|
// 自定义域名
|
||||||
"Domain": "test.cc",
|
"Domain": "ft.suidao.io",
|
||||||
|
|
||||||
// 服务监听的端口号, 访问自定义域名站点时url为 http://{SubDomain}.{Domain}:{ProxyPort_HTTP}/
|
// 服务监听的端口号, 访问自定义域名站点时url为 http://{SubDomain}.{Domain}:{ProxyPort_HTTP}/
|
||||||
"ProxyPort_HTTP": 1270
|
"ProxyPort_HTTP": 1270
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
Description=fasttunnel
|
Description=fasttunnel
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
#path where fasttunnel.server.dll
|
#path where fasttunnel.server.dll
|
||||||
WorkingDirectory=/root/fasttunnel/
|
WorkingDirectory=/root/fasttunnel/
|
||||||
#Restart=on-failure
|
#Restart=on-failure
|
||||||
#RestartSec=10
|
#RestartSec=10
|
||||||
ExecStart=/usr/share/dotnet/dotnet FastTunnel.Server.dll
|
ExecStart=/usr/share/dotnet/dotnet FastTunnel.Server.dll
|
||||||
|
|
Loading…
Reference in New Issue
Block a user