Releases: onnovalkering/socksx
Releases · onnovalkering/socksx
v0.1.2
v0.1.1
Added
- Experimental support for chaining (SOCKS6).
- Python package (
socksx-py
) with interface tosocksx
.
Changed
- Use
tokio::io::copy_bidirectional
instead of local copy.
v0.1.0
Added
- Initial implementation.