Use loopback binding for OpenClaw (no auth required)
This commit is contained in:
parent
636fbd0597
commit
19bcc4c5fc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"gateway": {
|
||||
"port": 18789,
|
||||
"bind": "lan",
|
||||
"bind": "loopback",
|
||||
"trustedProxies": ["::1", "127.0.0.1", "10.88.0.0/16", "10.89.0.0/16"],
|
||||
"auth": {
|
||||
"mode": "none"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue