diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a61af..dbddf76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,3 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +### Added + +- Basic SOCKS5 proxy server and client (not compliant yet) +- Connect command +- Bind command +- UdpAssociate command without fragmentation +- Configurable authentication methods +- Configurable SOCKS commands +- Configurable allow and block lists +- Small unit test suite +- Minimal integration test suite