Thank you for your interest in contributing! Your work helps improve and sustain this open source project.
- Please use GitHub Issues only for bug reports and feature requests.
- We do not provide individual support through GitHub issues.
- For user support or troubleshooting, please use:
Please include the following information where applicable:
- Output of
sslproxy -V - Output of
uname -a - Exact command line arguments used to run the software
- Relevant debug output (
-D) - NAT redirection rules in use, if relevant
- List of failing unit tests from
make test - Logs, PCAPs, screenshots, or other supporting materials
- Your OS version and output of
uname -a - Full output of the failed
makerun (including the header) - Version and origin of OpenSSL and libevent
We welcome pull requests that:
- Fix bugs or security issues
- Add features or usability improvements
- Improve documentation or tests
- Fork the repository and create your branch from
mainor the default branch. - Write clear, descriptive commit messages.
- Ensure your code passes existing tests (
make testor equivalent). - Add new tests for new features or bug fixes if possible.
- Document any new behavior or configuration options.
- Make sure your code style is consistent with the rest of the project.
This project is governed by a Code of Conduct. By participating, you are expected to uphold this code.
We appreciate your time and interest in making this project better!
Your contributions help keep open source security strong.