mirror of
https://codeberg.org/YGGverse/psocks.git
synced 2026-03-31 16:35:28 +00:00
describe primary goals
This commit is contained in:
parent
250a7c03ef
commit
b5d0742ca7
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue