メインコンテンツへスキップ

Documentation Index

Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt

Use this file to discover all available pages before exploring further.

openclaw dns

広域ディスカバリー用の DNS ヘルパー (Tailscale + CoreDNS)。現在は macOS + Homebrew CoreDNS に重点を置いています。 関連:

セットアップ

openclaw dns setup
openclaw dns setup --domain openclaw.internal
openclaw dns setup --apply

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 スタンザが存在することを確認し、coredns brew サービスを再起動します。

関連