describe primary goals

This commit is contained in:
postscriptum 2026-03-22 20:02:17 +02:00
parent 250a7c03ef
commit b5d0742ca7

View file

@ -2,6 +2,11 @@
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. 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.
## Goals
* Ad/tracking protection
* Reduce CPU usage by filtering extra SSL traffic on background
## Roadmap ## Roadmap
* [x] Web JSON/API * [x] Web JSON/API