2026-01-15 06:12:54 +00:00
|
|
|
|
---
|
2026-01-30 03:15:10 +01:00
|
|
|
|
summary: "CLI reference for `openclaw dns` (wide-area discovery helpers)"
|
2026-01-15 06:12:54 +00:00
|
|
|
|
read_when:
|
|
|
|
|
|
- You want wide-area discovery (DNS-SD) via Tailscale + CoreDNS
|
2026-01-30 03:15:10 +01:00
|
|
|
|
- You’re setting up split DNS for a custom discovery domain (example: openclaw.internal)
|
2026-01-15 06:12:54 +00:00
|
|
|
|
---
|
|
|
|
|
|
|
2026-01-30 03:15:10 +01:00
|
|
|
|
# `openclaw dns`
|
2026-01-15 06:12:54 +00:00
|
|
|
|
|
|
|
|
|
|
DNS helpers for wide-area discovery (Tailscale + CoreDNS). Currently focused on macOS + Homebrew CoreDNS.
|
|
|
|
|
|
|
|
|
|
|
|
Related:
|
|
|
|
|
|
- Gateway discovery: [Discovery](/gateway/discovery)
|
|
|
|
|
|
- Wide-area discovery config: [Configuration](/gateway/configuration)
|
|
|
|
|
|
|
|
|
|
|
|
## Setup
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-01-30 03:15:10 +01:00
|
|
|
|
openclaw dns setup
|
|
|
|
|
|
openclaw dns setup --apply
|
2026-01-15 06:12:54 +00:00
|
|
|
|
```
|