update description

This commit is contained in:
postscriptum 2026-03-23 09:22:25 +02:00
parent cceb549020
commit 90c63f18ed
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# psocks
Experimental async SOCKS5 (TCP/UDP) proxy server based on [fast-socks5](https://github.com/dizda/fast-socks5/blob/master/examples/server.rs), featuring allowlist access control (drop everything but allowed by user) with JSON/API based on [Rocket](https://rocket.rs) framework.
Filtering asynchronous SOCKS5 (TCP/UDP) proxy server based on [fast-socks5](https://github.com/dizda/fast-socks5/blob/master/examples/server.rs), featuring allowlist-based access control that drops everything except what is allowed by the user. Includes JSON/API based on [Rocket](https://rocket.rs) framework.
## Goals