mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-21 23:26:34 -04:00
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:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"TokenKey": "super secret unguessable key",
|
||||
"Port": 5000
|
||||
"Port": 5000,
|
||||
"IpAddresses": "0.0.0.0,::"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user