From 19bcc4c5fc001a5bdb3c13cd6b4e7e994a1719c3 Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Wed, 18 Mar 2026 01:54:55 +0100 Subject: [PATCH] Use loopback binding for OpenClaw (no auth required) --- modules/openclaw-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openclaw-config.json b/modules/openclaw-config.json index 23110ab..662f557 100644 --- a/modules/openclaw-config.json +++ b/modules/openclaw-config.json @@ -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"