docs: fix NetBird exit node UI claim — checkbox not radio

Mac app actually lets you tick both 0.0.0.0/0 routes at once; kernel picks
one by insertion order (undefined), not load-balanced. Warn against it.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-18 23:40:48 +08:00
parent f091499ff3
commit ae9ce6fcc2

View File

@@ -259,7 +259,9 @@ netbird routes select exit-ct100 # 或切回家裡出口
netbird routes deselect exit-virmach-lax # 取消,回成直連上網
```
**macOS App / iPhone App**tray / App → **Exit Node** → 選一個或 `None`。UI 是 radio button同時選兩條 `0.0.0.0/0` 沒意義metric 一樣路由表只留一條)
**macOS App / iPhone App**tray / App → **Exit Node** → 勾選要用的那條,或按 `Deselect All` 不走 exit node
⚠️ UI 是 **checkbox 不是 radio button**,可以同時勾兩條 — 但兩條都是 `0.0.0.0/0` metric 9999kernel 只會用其中一條當 default route依插入順序不會負載均衡。實際出口用哪個是 undefined建議只勾一條或 `Deselect All`。
### 驗證出口 IP