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

推荐订阅源

有赞技术团队
有赞技术团队
M
MIT News - Artificial intelligence
Hugging Face - Blog
Hugging Face - Blog
博客园 - 聂微东
量子位
S
SegmentFault 最新的问题
V
Visual Studio Blog
博客园 - 【当耐特】
Apple Machine Learning Research
Apple Machine Learning Research
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
Stack Overflow Blog
Stack Overflow Blog
Vercel News
Vercel News
D
Docker
J
Java Code Geeks
博客园 - 三生石上(FineUI控件)
博客园 - Franky
Recent Announcements
Recent Announcements
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
MongoDB | Blog
MongoDB | Blog
D
DataBreaches.Net
Y
Y Combinator Blog
云风的 BLOG
云风的 BLOG
V
V2EX

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
docs: typography hygiene + 2 in-body H1 removals across 5...
vincentkoc · 2026-05-06 · via Recent Commits to openclaw:main

@@ -7,8 +7,6 @@ read_when:

77

title: "Discovery and transports"

88

---

9910-

# Discovery & transports

11-1210

OpenClaw has two distinct problems that look similar on the surface:

13111412

1. **Operator remote control**: the macOS menu bar app controlling a gateway running elsewhere.

@@ -31,7 +29,7 @@ Protocol details:

3129

- [Gateway protocol](/gateway/protocol)

3230

- [Bridge protocol (legacy)](/gateway/bridge-protocol)

333134-

## Why we keep both "direct" and SSH

32+

## Why we keep both direct and SSH

35333634

- **Direct WS** is the best UX on the same network and within a tailnet:

3735

- auto-discovery on LAN via Bonjour

@@ -57,7 +55,7 @@ Target direction:

5755

- The **gateway** advertises its WS endpoint via Bonjour when the bundled

5856

`bonjour` plugin is enabled. The plugin auto-starts on macOS hosts and is

5957

opt-in elsewhere.

60-

- Clients browse and show a pick a gateway list, then store the chosen endpoint.

58+

- Clients browse and show a "pick a gateway" list, then store the chosen endpoint.

61596260

Troubleshooting and beacon details: [Bonjour](/gateway/bonjour).

6361

@@ -83,7 +81,7 @@ Security notes:

8381

- Bonjour/mDNS TXT records are **unauthenticated**. Clients must treat TXT values as UX hints only.

8482

- Routing (host/port) should prefer the **resolved service endpoint** (SRV + A/AAAA) over TXT-provided `lanHost`, `tailnetDns`, or `gatewayPort`.

8583

- TLS pinning must never allow an advertised `gatewayTlsSha256` to override a previously stored pin.

86-

- iOS/Android nodes should require an explicit trust this fingerprint confirmation before storing a first-time pin (out-of-band verification) whenever the chosen route is secure/TLS-based.

84+

- iOS/Android nodes should require an explicit "trust this fingerprint" confirmation before storing a first-time pin (out-of-band verification) whenever the chosen route is secure/TLS-based.

87858886

Enable/disable/override:

8987

@@ -102,7 +100,7 @@ Enable/disable/override:

102100103101

### 2) Tailnet (cross-network)

104102105-

For London/Vienna style setups, Bonjour wont help. The recommended direct target is:

103+

For London/Vienna style setups, Bonjour won't help. The recommended "direct" target is:

106104107105

- Tailscale MagicDNS name (preferred) or a stable tailnet IP.

108106

@@ -128,7 +126,7 @@ See [Remote access](/gateway/remote).

128126

Recommended client behavior:

129127130128

1. If a paired direct endpoint is configured and reachable, use it.

131-

2. Else, if discovery finds a gateway on `local.` or the configured wide-area domain, offer a one-tap Use this gateway choice and save it as the direct endpoint.

129+

2. Else, if discovery finds a gateway on `local.` or the configured wide-area domain, offer a one-tap "Use this gateway" choice and save it as the direct endpoint.

132130

3. Else, if a tailnet DNS/IP is configured, try direct.

133131

For mobile nodes on tailnet/public routes, direct means a secure endpoint, not plaintext remote `ws://`.

134132

4. Else, fall back to SSH.