From b5d0742ca73ec67e676602ee23b027f723b2ae42 Mon Sep 17 00:00:00 2001 From: postscriptum Date: Sun, 22 Mar 2026 20:02:17 +0200 Subject: [PATCH] describe primary goals --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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