From ae9ce6fcc2530774daddd957c4038485c6742f32 Mon Sep 17 00:00:00 2001 From: Timmy Date: Sat, 18 Apr 2026 23:40:48 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20NetBird=20exit=20node=20UI=20clai?= =?UTF-8?q?m=20=E2=80=94=20checkbox=20not=20radio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- network-routes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/network-routes.md b/network-routes.md index bcfe69c..bde9e52 100644 --- a/network-routes.md +++ b/network-routes.md @@ -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