Add package ndns (#1757)

This commit is contained in:
rockcavera 2020-12-19 06:08:42 -03:00 committed by GitHub
parent 901abf3060
commit 3fdd88a5c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20832,6 +20832,20 @@
"license": "MIT",
"web": "https://github.com/juancarlospaco/nodestdlib"
},
{
"name": "ndns",
"url": "https://github.com/rockcavera/nim-ndns",
"method": "git",
"tags": [
"dns",
"client",
"udp",
"tcp"
],
"description": "A pure Nim Domain Name System (DNS) client",
"license": "MIT",
"web": "https://github.com/rockcavera/nim-ndns"
},
{
"name": "dnsprotocol",
"url": "https://github.com/rockcavera/nim-dnsprotocol",