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:
@@ -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 9999,kernel 只會用其中一條當 default route(依插入順序),不會負載均衡。實際出口用哪個是 undefined,建議只勾一條,或 `Deselect All`。
|
||||
|
||||
### 驗證出口 IP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user