Update start-openclaw.sh
Browse files- start-openclaw.sh +1 -1
start-openclaw.sh
CHANGED
|
@@ -42,7 +42,7 @@ cat > /root/.openclaw/openclaw.json <<EOF
|
|
| 42 |
},
|
| 43 |
"gateway": {
|
| 44 |
"mode": "local",
|
| 45 |
-
"bind": "
|
| 46 |
"port": $PORT,
|
| 47 |
"trustedProxies": ["0.0.0.0/0"],
|
| 48 |
"auth": {
|
|
|
|
| 42 |
},
|
| 43 |
"gateway": {
|
| 44 |
"mode": "local",
|
| 45 |
+
"bind": "lan",
|
| 46 |
"port": $PORT,
|
| 47 |
"trustedProxies": ["0.0.0.0/0"],
|
| 48 |
"auth": {
|