You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement comprehensive TCP interception for all ports
- Route ALL TCP traffic (any port) to HTTP proxy using iptables REDIRECT
- Handles HTTP traffic on any port: 80, 8080, 3000, 9000, etc.
- TLS traffic gets clear error messages instead of silent bypass
- Clean, simple solution without port-specific rules or protocol detection
- Provides complete coverage without hardcoded port lists
This ensures no HTTP traffic can bypass the jail regardless of port.
Co-authored-by: f0ssel <[email protected]>
0 commit comments