Fix gateway.bind to use 'lan' mode instead of legacy format

This commit is contained in:
ashisgreat22 2026-03-18 01:52:26 +01:00
parent 175c0acf22
commit 636fbd0597

View file

@ -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"