mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-16 23:29:32 +00:00
24 lines
593 B
Markdown
24 lines
593 B
Markdown
---
|
||
summary: "CLI reference for `openclaw dns` (wide-area discovery helpers)"
|
||
read_when:
|
||
- You want wide-area discovery (DNS-SD) via Tailscale + CoreDNS
|
||
- You’re setting up split DNS for a custom discovery domain (example: openclaw.internal)
|
||
title: "dns"
|
||
---
|
||
|
||
# `openclaw dns`
|
||
|
||
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
|
||
openclaw dns setup
|
||
openclaw dns setup --apply
|
||
```
|