ops-proxyns
Installation
SKILL.md
OPS-PROXYNS — Kernel-Level Proxy / OPSEC Protection
Why proxy-ns Over proxychains
| Feature | proxychains | proxy-ns |
|---|---|---|
| Covers Go/Rust static binaries | NO (LD_PRELOAD fails) | YES (kernel namespace) |
| DNS leak protection | Partial | Complete |
| UDP isolation | NO | YES |
| Bypassable by app | YES (direct socket) | NO |
| IPv6 leak | Common | Blocked |
| All traffic types | TCP only | TCP+UDP+DNS+ICMP |
proxy-ns uses Linux network namespaces to route ALL traffic from a process through a Tor proxy. The application has no way to detect or bypass it — it sees only the Tor exit node's IP.