tailscale config loopback
This commit is contained in:
@@ -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",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user