Elysiadev11 commited on
Commit
256baa7
Β·
verified Β·
1 Parent(s): faffa9c

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. start-openclaw.sh +2 -1
start-openclaw.sh CHANGED
@@ -20,9 +20,10 @@ python3 /app/sync.py restore
20
  echo ">>> Restore done."
21
 
22
  # ── 3. Fix DNS ────────────────────────────────────────────────
 
23
  echo "nameserver 8.8.8.8" >> /etc/resolv.conf
24
  echo "nameserver 8.8.4.4" >> /etc/resolv.conf
25
- echo ">>> DNS fixed."
26
 
27
  # ── 4. Chromium ───────────────────────────────────────────────
28
  export PLAYWRIGHT_BROWSERS_PATH=/root/.openclaw/browsers
 
20
  echo ">>> Restore done."
21
 
22
  # ── 3. Fix DNS ────────────────────────────────────────────────
23
+ echo "nameserver 1.1.1.1" >> /etc/resolv.conf
24
  echo "nameserver 8.8.8.8" >> /etc/resolv.conf
25
  echo "nameserver 8.8.4.4" >> /etc/resolv.conf
26
+ echo ">>> DNS fixed with Cloudflare & Google."
27
 
28
  # ── 4. Chromium ───────────────────────────────────────────────
29
  export PLAYWRIGHT_BROWSERS_PATH=/root/.openclaw/browsers