惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
博客园_首页
罗磊的独立博客
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
Last Week in AI
Last Week in AI
D
DataBreaches.Net
Jina AI
Jina AI
博客园 - Franky
大猫的无限游戏
大猫的无限游戏
Apple Machine Learning Research
Apple Machine Learning Research
V
V2EX
D
Docker
MongoDB | Blog
MongoDB | Blog
B
Blog RSS Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
Engineering at Meta
Engineering at Meta
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)
有赞技术团队
有赞技术团队
人人都是产品经理
人人都是产品经理
H
Help Net Security
T
The Blog of Author Tim Ferriss

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
feat(plugins): move Bonjour discovery into bundled plugin...
vincentkoc · 2026-04-24 · via Recent Commits to openclaw:main

@@ -9,9 +9,10 @@ title: "Bonjour discovery"

99

# Bonjour / mDNS discovery

10101111

OpenClaw uses Bonjour (mDNS / DNS‑SD) to discover an active Gateway (WebSocket endpoint).

12-

Multicast `local.` browsing is a **LAN-only convenience**. For cross-network discovery, the

13-

same beacon can also be published through a configured wide-area DNS-SD domain. Discovery is

14-

still best-effort and does **not** replace SSH or Tailnet-based connectivity.

12+

Multicast `local.` browsing is a **LAN-only convenience**. The bundled `bonjour`

13+

plugin owns LAN advertising and is enabled by default. For cross-network discovery,

14+

the same beacon can also be published through a configured wide-area DNS-SD domain.

15+

Discovery is still best-effort and does **not** replace SSH or Tailnet-based connectivity.

15161617

## Wide-area Bonjour (Unicast DNS-SD) over Tailscale

1718

@@ -79,7 +80,9 @@ For tailnet‑only setups:

79808081

## What advertises

818282-

Only the Gateway advertises `_openclaw-gw._tcp`.

83+

Only the Gateway advertises `_openclaw-gw._tcp`. LAN multicast advertising is

84+

provided by the bundled `bonjour` plugin; wide-area DNS-SD publishing remains

85+

Gateway-owned.

83868487

## Service types

8588

@@ -97,7 +100,7 @@ The Gateway advertises small non‑secret hints to make UI flows convenient:

97100

- `gatewayTlsSha256=<sha256>` (only when TLS is enabled and fingerprint is available)

98101

- `canvasPort=<port>` (only when the canvas host is enabled; currently the same as `gatewayPort`)

99102

- `transport=gateway`

100-

- `tailnetDns=<magicdns>` (optional hint when Tailnet is available)

103+

- `tailnetDns=<magicdns>` (mDNS full mode only, optional hint when Tailnet is available)

101104

- `sshPort=<port>` (mDNS full mode only; wide-area DNS-SD may omit it)

102105

- `cliPath=<path>` (mDNS full mode only; wide-area DNS-SD still writes it as a remote-install hint)

103106

@@ -167,10 +170,12 @@ sequences (e.g. spaces become `\032`).

167170168171

## Disabling / configuration

169172170-

- `OPENCLAW_DISABLE_BONJOUR=1` disables advertising (legacy: `OPENCLAW_DISABLE_BONJOUR`).

173+

- `openclaw plugins disable bonjour` disables LAN multicast advertising by disabling the bundled plugin.

174+

- `openclaw plugins enable bonjour` restores the default LAN discovery plugin.

175+

- `OPENCLAW_DISABLE_BONJOUR=1` disables LAN multicast advertising without changing plugin config; accepted truthy values are `1`, `true`, `yes`, and `on` (legacy: `OPENCLAW_DISABLE_BONJOUR`).

171176

- `gateway.bind` in `~/.openclaw/openclaw.json` controls the Gateway bind mode.

172177

- `OPENCLAW_SSH_PORT` overrides the SSH port when `sshPort` is advertised (legacy: `OPENCLAW_SSH_PORT`).

173-

- `OPENCLAW_TAILNET_DNS` publishes a MagicDNS hint in TXT (legacy: `OPENCLAW_TAILNET_DNS`).

178+

- `OPENCLAW_TAILNET_DNS` publishes a MagicDNS hint in TXT when mDNS full mode is enabled (legacy: `OPENCLAW_TAILNET_DNS`).

174179

- `OPENCLAW_CLI_PATH` overrides the advertised CLI path (legacy: `OPENCLAW_CLI_PATH`).

175180176181

## Related docs