From 0488042c99e8e4a611707d68974513db4c32d781 Mon Sep 17 00:00:00 2001 From: reachableceo Date: Wed, 26 Aug 2026 18:21:09 -0500 Subject: [PATCH] fix(audit): scope out netbird (Reston VPS, NetBird controller) [#446] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Names verified matching (netbird TS/DNS) — no fleet access audit needed, same treatment as the other Reston systems. 💘 Generated with Crush Assisted-by: Crush:glm-5.2 --- scripts/audit-fleet.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/audit-fleet.sh b/scripts/audit-fleet.sh index 2973266..9b52f16 100755 --- a/scripts/audit-fleet.sh +++ b/scripts/audit-fleet.sh @@ -116,6 +116,7 @@ while IFS=$'\t' read -r host ts_ip online; do case "$host" in tsys-cloudron-new) continue ;; # Reston prod VPS — out of audit scope + netbird) continue ;; # Reston VPS (NetBird controller) — name-checked only stlp-3dscanner) continue ;; # offline ~7mo; user pulled from audit scope sectestbed-sandbox) continue ;; # disposable test VM — frequently broken by design esac