mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 02:39:29 +08:00
-
This commit is contained in:
parent
af96ca8899
commit
48d1151cc3
|
@ -10,7 +10,7 @@
|
|||
"ClientSettings": {
|
||||
"Common": {
|
||||
// 服务端公网ip, 对应服务端配置文件的 BindAddr,支持域名
|
||||
"ServerAddr": "118.31.71.157",
|
||||
"ServerAddr": "test.cc",
|
||||
|
||||
// 服务端通信端口,对应服务端配置文件的 BindPort
|
||||
"ServerPort": 1271
|
||||
|
@ -21,7 +21,7 @@
|
|||
"LocalIp": "127.0.0.1",
|
||||
|
||||
// 站点监听的端口号
|
||||
"LocalPort": 80,
|
||||
"LocalPort": 8080,
|
||||
|
||||
// 子域名, 访问本站点时的url为 http://{SubDomain}.{Domain}:{ProxyPort_HTTP}/
|
||||
"SubDomain": "test", // test.test.cc
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"profiles": {
|
||||
"IIS Express": {
|
||||
"commandName": "IISExpress",
|
||||
"launchBrowser": true,
|
||||
//"launchBrowser": true,
|
||||
"launchUrl": "",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"FastTunnel.Server": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
//"launchBrowser": true,
|
||||
"launchUrl": "",
|
||||
"applicationUrl": "https://localhost:5001;http://localhost:5000",
|
||||
"environmentVariables": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user