FastTunnel/FastTunnel.Server/appsettings.json
2019-12-16 10:29:06 +08:00

16 lines
290 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ServerSettings": {
"BindAddr": "0.0.0.0",
"BindPort": 1271,
"Domain": "test.cc",
"ProxyPort_HTTP": 1270
}
}