tailscale config loopback

This commit is contained in:
2026-02-20 16:53:25 -05:00
parent 58a60f843f
commit 302f4da450
2 changed files with 3 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ services:
"dist/index.js", "dist/index.js",
"gateway", "gateway",
"--bind", "--bind",
"${OPENCLAW_GATEWAY_BIND:-lan}", "${OPENCLAW_GATEWAY_BIND:-loopback}",
"--port", "--port",
"18789", "18789",
] ]

View File

@@ -99,13 +99,9 @@
"gateway": { "gateway": {
"port": 18789, "port": 18789,
"mode": "local", "mode": "local",
"bind": "lan", "bind": "loopback",
"auth": {
"mode": "token",
"token": "ed461301853e59c5994bb293925db9dab23741962e0f68da"
},
"tailscale": { "tailscale": {
"mode": "on", "mode": "serve",
"resetOnExit": false "resetOnExit": false
} }
}, },