Add Socks5 library (#1307)

This commit is contained in:
Federico Ceratto 2020-02-26 18:52:52 +00:00 committed by GitHub
parent 15bd04adcb
commit ac399ebc48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16096,6 +16096,20 @@
"license": "MIT",
"web": "https://github.com/juancarlospaco/nim-bcra"
},
{
"name": "socks",
"url": "https://github.com/FedericoCeratto/nim-socks5",
"method": "git",
"tags": [
"socks",
"library",
"networking",
"socks5"
],
"description": "Socks5 client and server library",
"license": "MPLv2",
"web": "https://github.com/FedericoCeratto/nim-socks5"
},
{
"name": "metar",
"url": "https://github.com/flenniken/metar",