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
remove installation prerequisites and TLS interception sections from README
Simplified README by removing detailed sections:
## Removed Installation Prerequisites
- Linux kernel version requirements
- iptables/pfctl dependencies
- Go version requirements
- sudo access notes
## Removed TLS Interception Section
- CA certificate storage details
- Environment variable explanations
- Certificate generation process
- Usage examples with --no-tls-intercept
## Kept Essential Information
- --no-tls-intercept flag in command-line options (without description)
- Core functionality and usage examples
- Installation and development instructions
Rationale: Users will discover missing dependencies when they try to
use the tool. TLS interception details are implementation specifics
that users don't need to understand upfront.
The README is now more focused and less intimidating for new users.
Co-authored-by: f0ssel <[email protected]>
0 commit comments