tailscale config loopback
This commit is contained in:
@@ -33,7 +33,7 @@ services:
|
||||
"dist/index.js",
|
||||
"gateway",
|
||||
"--bind",
|
||||
"${OPENCLAW_GATEWAY_BIND:-lan}",
|
||||
"${OPENCLAW_GATEWAY_BIND:-loopback}",
|
||||
"--port",
|
||||
"18789",
|
||||
]
|
||||
|
||||
@@ -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
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user