docs: mark SOCKS5 server auth as done (fa36218)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
user
2026-02-21 18:23:43 +01:00
parent 94e91d9e27
commit 53fdc4527f
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@
## v0.3.0
- [ ] SOCKS5 server authentication (username/password)
- [x] SOCKS5 server authentication (username/password)
- [ ] UDP ASSOCIATE support (SOCKS5 UDP relay)
- [ ] BIND support
- [ ] Chain randomization (random order, random subset)

View File

@@ -69,4 +69,4 @@
## Next
- [x] Integration tests with mock proxy server
- [ ] SOCKS5 server-side authentication
- [x] SOCKS5 server-side authentication

View File

@@ -17,7 +17,7 @@
## Security
- Optional SOCKS5 server authentication
- ~~Optional SOCKS5 server authentication~~ (done: fa36218)
- Rate limiting per source IP
- Access control lists