diff --git a/config/openclaw/openclaw.template.json b/config/openclaw/openclaw.template.json index 44b405652..82614cc20 100644 --- a/config/openclaw/openclaw.template.json +++ b/config/openclaw/openclaw.template.json @@ -971,13 +971,17 @@ }, "gateway": { "mode": "local", - "bind": "lan", + "bind": "loopback", + "tailscale": { + "mode": "serve", + "resetOnExit": false + }, "controlUi": { "allowedOrigins": [ "http://localhost:18789", "http://127.0.0.1:18789", "https://openclaw.shunkakinoki.com", - "https://kyber.tail950b36.ts.net:18789" + "https://kyber.tail950b36.ts.net" ] }, "auth": { diff --git a/config/openclaw/openclaw.tpl.json b/config/openclaw/openclaw.tpl.json index d689ca6ab..56a8d6906 100644 --- a/config/openclaw/openclaw.tpl.json +++ b/config/openclaw/openclaw.tpl.json @@ -971,13 +971,17 @@ }, "gateway": { "mode": "local", - "bind": "lan", + "bind": "loopback", + "tailscale": { + "mode": "serve", + "resetOnExit": false + }, "controlUi": { "allowedOrigins": [ "http://localhost:18789", "http://127.0.0.1:18789", "https://openclaw.shunkakinoki.com", - "https://kyber.tail950b36.ts.net:18789" + "https://kyber.tail950b36.ts.net" ] }, "auth": {