From 3c9e8cbce0b7221abd7a5c2a2bf171cfcdee7c78 Mon Sep 17 00:00:00 2001 From: David Krause Date: Tue, 22 Mar 2022 10:27:29 +0100 Subject: [PATCH] Added nimSocks (#2181) * Added nimSocks * fix conflicts Co-authored-by: flywind --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 06a6cf5..73bb935 100644 --- a/packages.json +++ b/packages.json @@ -25542,6 +25542,24 @@ "license": "MIT", "web": "https://github.com/leeooox/ftd2xx" }, + { + "name": "nimSocks", + "url": "https://github.com/enthus1ast/nimSocks.git", + "method": "git", + "tags": [ + "SOCKS", + "server", + "client", + "SOCKS4", + "SOCKS4a", + "SOCKS5", + "whitelist", + "blacklist" + ], + "description": "A filtering SOCKS proxy server and client library written in nim.", + "license": "MIT", + "web": "https://github.com/enthus1ast/nimSocks" + }, { "name": "run_exe", "url": "https://github.com/V0idMatr1x/run_exe",