Use loopback binding for OpenClaw (no auth required)

This commit is contained in:
ashisgreat22 2026-03-18 01:54:55 +01:00
parent 636fbd0597
commit 19bcc4c5fc

View file

@ -1,7 +1,7 @@
{
"gateway": {
"port": 18789,
"bind": "lan",
"bind": "loopback",
"trustedProxies": ["::1", "127.0.0.1", "10.88.0.0/16", "10.89.0.0/16"],
"auth": {
"mode": "none"