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",
"gateway",
"--bind",
"${OPENCLAW_GATEWAY_BIND:-lan}",
"${OPENCLAW_GATEWAY_BIND:-loopback}",
"--port",
"18789",
]

View File

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