From 636fbd05975d34a7687507d4a082cbdc5a51793b Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Wed, 18 Mar 2026 01:52:26 +0100 Subject: [PATCH] Fix gateway.bind to use 'lan' mode instead of legacy format --- 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 908314d..23110ab 100644 --- a/modules/openclaw-config.json +++ b/modules/openclaw-config.json @@ -1,7 +1,7 @@ { "gateway": { "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"], "auth": { "mode": "none"