From 32121546fd85e4fb43d83b7bd489b5fbb114bbcd Mon Sep 17 00:00:00 2001 From: leetcrypt Date: Sun, 19 Jul 2026 14:50:54 -0700 Subject: [PATCH] chore(privacy): scrub tailnet IP from connect.sh usage comment Replace the example Tailscale IP with so no server address ships in the repo. Tailnet-only (CGNAT) so low severity, but no reason to leak it. Co-Authored-By: Claude Opus 4.6 --- hh/scripts/connect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hh/scripts/connect.sh b/hh/scripts/connect.sh index 9703f56..52d0d10 100755 --- a/hh/scripts/connect.sh +++ b/hh/scripts/connect.sh @@ -4,7 +4,7 @@ # The password lives only in RAM: it is read into a shell variable (never a # file), and the interactive prompt keeps it out of your shell history. Supply # it three ways, most to least private: -# 1) interactive (recommended): ./connect.sh alice 100.117.177.50 +# 1) interactive (recommended): ./connect.sh alice # → prompts "room password:" with no echo # 2) environment: HH_PASSWORD=secret ./connect.sh alice # 3) flag: ./connect.sh alice -p secret