chore(privacy): scrub tailnet IP from connect.sh usage comment
CI / rust client (hh) (macos-latest) (push) Has been cancelled
CI / rust client (hh) (ubuntu-latest) (push) Has been cancelled
CI / rust coverage (push) Has been cancelled
CI / python server (3.10) (push) Has been cancelled
CI / python server (3.11) (push) Has been cancelled
CI / python server (3.12) (push) Has been cancelled
CI / headless e2e smoke (push) Has been cancelled
CI / dependency audit (push) Has been cancelled
CI / secret scanning (push) Has been cancelled

Replace the example Tailscale IP with <host> 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 <noreply@anthropic.com>
This commit is contained in:
leetcrypt
2026-07-19 14:50:54 -07:00
parent c5f5c878ed
commit 32121546fd
+1 -1
View File
@@ -4,7 +4,7 @@
# The password lives only in RAM: it is read into a shell variable (never a # 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 # file), and the interactive prompt keeps it out of your shell history. Supply
# it three ways, most to least private: # it three ways, most to least private:
# 1) interactive (recommended): ./connect.sh alice 100.117.177.50 # 1) interactive (recommended): ./connect.sh alice <host>
# → prompts "room password:" with no echo # → prompts "room password:" with no echo
# 2) environment: HH_PASSWORD=secret ./connect.sh alice <host> # 2) environment: HH_PASSWORD=secret ./connect.sh alice <host>
# 3) flag: ./connect.sh alice <host> -p secret # 3) flag: ./connect.sh alice <host> -p secret