Allow changing listening ip addresses (#1713)
* Allow changing listening ip address * Use Json serialize for appsettings.config saving * BOM * IP Address validation * ip address reset * ValidIpAddress regex
This commit is contained in:
parent
01aed6ad99
commit
11cb2cfb17
13 changed files with 194 additions and 17 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"TokenKey": "super secret unguessable key",
|
||||
"Port": 5000
|
||||
"Port": 5000,
|
||||
"IpAddresses": "0.0.0.0,::"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
{
|
||||
"TokenKey": "super secret unguessable key",
|
||||
"Port": 5000
|
||||
"Port": 5000,
|
||||
"IpAddresses": "0.0.0.0,::"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue