diff --git a/Cargo.toml b/Cargo.toml index 141d3ea..8b5571c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.4.0" edition = "2024" license = "MIT" readme = "README.md" -description = "Experimental async SOCKS5 (TCP/UDP) proxy server based on fast-socks5, featuring allowlist access control (drop everything but allowed by user) with JSON/API based on Rocket framework" +description = "Filtering asynchronous SOCKS5 (TCP/UDP) proxy server based on fast-socks5, featuring allowlist-based access control that drops everything except what is allowed by the user. Includes JSON/API based on Rocket framework." keywords = ["proxy", "whitelist", "privacy"] categories = ["network-programming"] repository = "https://codeberg.org/postscriptum/psocks" diff --git a/README.md b/README.md index 736b9f3..7810af1 100644 --- a/README.md +++ b/README.md @@ -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