docs: refresh platform discovery mirrors

This commit is contained in:
Peter Steinberger
2026-04-04 19:03:13 +01:00
parent 40f958a953
commit f3ce1bdb4f
3 changed files with 16 additions and 3 deletions

View File

@@ -73,6 +73,15 @@ dns-sd -B _openclaw-gw._tcp local.
More debugging notes: [Bonjour](/gateway/bonjour).
If you also configured a wide-area discovery domain, compare against:
```bash
openclaw gateway discover --json
```
That shows `local.` plus the configured wide-area domain in one pass and uses the resolved
service endpoint instead of TXT-only hints.
#### Tailnet (Vienna ⇄ London) discovery via unicast DNS-SD
Android NSD/mDNS discovery wont cross networks. If your Android node and the gateway are on different networks but connected via Tailscale, use Wide-Area Bonjour / unicast DNS-SD instead.

View File

@@ -165,11 +165,14 @@ export OPENCLAW_APNS_PRIVATE_KEY_P8="$(cat /path/to/AuthKey_KEYID.p8)"
### Bonjour (LAN)
The Gateway advertises `_openclaw-gw._tcp` on `local.`. The iOS app lists these automatically.
The iOS app browses `_openclaw-gw._tcp` on `local.` and, when configured, the same
wide-area DNS-SD discovery domain. Same-LAN gateways appear automatically from `local.`;
cross-network discovery can use the configured wide-area domain without changing the beacon type.
### Tailnet (cross-network)
If mDNS is blocked, use a unicast DNS-SD zone (choose a domain; example: `openclaw.internal.`) and Tailscale split DNS.
If mDNS is blocked, use a unicast DNS-SD zone (choose a domain; example:
`openclaw.internal.`) and Tailscale split DNS.
See [Bonjour](/gateway/bonjour) for the CoreDNS example.
### Manual host/port

View File

@@ -196,7 +196,8 @@ Discovery options:
- `--json`: structured output for diffing
Tip: compare against `openclaw gateway discover --json` to see whether the
macOS apps discovery pipeline (NWBrowser + tailnet DNSSD fallback) differs from
macOS apps discovery pipeline (`local.` plus the configured wide-area domain, with
wide-area and Tailscale Serve fallbacks) differs from
the Node CLIs `dns-sd` based discovery.
## Remote connection plumbing (SSH tunnels)