mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 10:59:31 +08:00
20 lines
462 B
JSON
20 lines
462 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"ServerSettings": {
|
|
"BindAddr": "0.0.0.0",
|
|
"BindPort": 2271,
|
|
|
|
// 自定义域名
|
|
"Domain": "sd.suidao.io",
|
|
|
|
// 服务监听的端口号, 访问自定义域名站点时url为 http://{SubDomain}.{Domain}:{ProxyPort_HTTP}/
|
|
"ProxyPort_HTTP": 2270,
|
|
"HasNginxProxy": true
|
|
}
|
|
} |