Added nimSocks (#2181)

* Added nimSocks

* fix conflicts

Co-authored-by: flywind <xzsflywind@gmail.com>
This commit is contained in:
David Krause 2022-03-22 10:27:29 +01:00 committed by GitHub
parent ae9382bf88
commit 3c9e8cbce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",