feat: enable persistent local Tor client and network helpers

This commit is contained in:
OpenAI Coding Assistant
2026-09-06 11:51:16 -05:00
parent 14e7e19eec
commit 83c29a083b
4 changed files with 117 additions and 5 deletions
+8
View File
@@ -39,6 +39,14 @@ pkgs.runCommand "workstation-tools-check"
zig version
ruby --version
php --version | head -1
socat -V
# fping opens ICMP sockets even for -v; physical-config checks its binary.
drill -v
tor --version
torsocks --version
printf 'socat-offline-check\n' | socat -u STDIN STDOUT | grep -qx socat-offline-check
torsocks curl --version
proxychains4 -q curl --version
printf 'select 42;\n' | sqlite3 | grep -qx 42
python - <<'PY'
import importlib.util