Browse Source

Listen on v4 and v6

master
amki 4 years ago
parent
commit
1b3dff53bf
  1. 2
      ISPChk/Properties/launchSettings.json
  2. 4
      ISPChk/appsettings.json

2
ISPChk/Properties/launchSettings.json

@ -22,7 +22,7 @@
"dotnetRunMessages": "true", "dotnetRunMessages": "true",
"launchBrowser": true, "launchBrowser": true,
"launchUrl": "/", "launchUrl": "/",
"applicationUrl": "http://0.0.0.0:4223", "applicationUrl": "http://0.0.0.0:4223;http://[::]:4223",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }

4
ISPChk/appsettings.json

@ -7,11 +7,11 @@
} }
}, },
"AllowedHosts": "*", "AllowedHosts": "*",
"Kestrel": { /*"Kestrel": {
"Endpoints": { "Endpoints": {
"Http": { "Http": {
"Url": "http://0.0.0.0:4223" "Url": "http://0.0.0.0:4223"
} }
} }
} }*/
} }

Loading…
Cancel
Save