Documentation Index
Fetch the complete documentation index at: https://openclaw.zhcndoc.com/llms.txt
Use this file to discover all available pages before exploring further.
openclaw dns
用于广域发现(Tailscale + CoreDNS)的 DNS 辅助工具。目前主要面向 macOS + Homebrew CoreDNS。
相关:
- 网关发现:Discovery
- 广域发现配置:Configuration
安装
dns setup
为单播 DNS-SD 发现规划或应用 CoreDNS 设置。
选项:
--domain <domain>:广域发现域名(例如openclaw.internal)--apply:安装或更新 CoreDNS 配置并重启服务(需要 sudo;仅限 macOS)
- 解析后的发现域名
- 区域文件路径
- 当前 tailnet IP
- 推荐的
openclaw.json发现配置 - 需要设置的 Tailscale Split DNS 名称服务器/域值
- 如果不使用
--apply,该命令仅作为规划辅助工具,并打印推荐设置。 - 如果省略
--domain,OpenClaw 会使用配置中的discovery.wideArea.domain。 --apply目前仅支持 macOS,并且需要 Homebrew CoreDNS。--apply会在需要时初始化区域文件,确保 CoreDNS import 语句存在,并重启corednsbrew 服务。