From 630c026b8c7589a839b8f124e5ee9a043abf34be Mon Sep 17 00:00:00 2001 From: postscriptum Date: Sun, 22 Mar 2026 12:43:37 +0200 Subject: [PATCH] update description --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4908ad7..5dcd5d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" edition = "2024" license = "MIT" readme = "README.md" -description = "Experimental async SOCKS5 (TCP/UDP) proxy server based on fast-socks5, featuring allowlist-based access control (drop everything but allowed by user) with JSON/API based on Rocket framework" +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" keywords = ["proxy", "whitelist", "privacy"] categories = ["network-programming"] repository = "https://codeberg.org/postscriptum/psocks" diff --git a/README.md b/README.md index ffccc36..34e6b31 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-based 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. ## Roadmap