diff --git a/README.md b/README.md index fb56872..b5308d4 100644 --- a/README.md +++ b/README.md @@ -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. +## Goals + +* Ad/tracking protection +* Reduce CPU usage by filtering extra SSL traffic on background + ## Roadmap * [x] Web JSON/API