Fix gateway.bind to use 'lan' mode instead of legacy format
This commit is contained in:
parent
175c0acf22
commit
636fbd0597
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"gateway": {
|
"gateway": {
|
||||||
"port": 18789,
|
"port": 18789,
|
||||||
"bind": "0.0.0.0",
|
"bind": "lan",
|
||||||
"trustedProxies": ["::1", "127.0.0.1", "10.88.0.0/16", "10.89.0.0/16"],
|
"trustedProxies": ["::1", "127.0.0.1", "10.88.0.0/16", "10.89.0.0/16"],
|
||||||
"auth": {
|
"auth": {
|
||||||
"mode": "none"
|
"mode": "none"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue