aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuy Doan <106477+ba0f3@users.noreply.github.com>2019-06-25 14:24:34 +0700
committerMiran <narimiran@disroot.org>2019-06-25 09:24:34 +0200
commitb6b3b5eb07e6ef3c3b3324b0a5d4f6505aff500b (patch)
tree3ef879548208d7e7e8184c4295e3920af7aad4c0
parent3974d405b4567e552e5509d40cc2bbec2c481d1a (diff)
downloadpackages-b6b3b5eb07e6ef3c3b3324b0a5d4f6505aff500b.tar.gz
packages-b6b3b5eb07e6ef3c3b3324b0a5d4f6505aff500b.zip
Added package dnsclient (#1101)
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 5a6a31b..7f8a31a 100644
--- a/packages.json
+++ b/packages.json
@@ -13565,5 +13565,17 @@
"description": "lolcat implementation in Nim",
"license": "MIT",
"web": "https://github.com/OHermesJunior/lolcat.nim"
+ },
+ {
+ "name": "dnsclient",
+ "url": "https://github.com/ba0f3/dnsclient.nim",
+ "method": "git",
+ "tags": [
+ "dns",
+ "dnsclient"
+ ],
+ "description": "Simple DNS Client & Library",
+ "license": "MIT",
+ "web": "https://github.com/ba0f3/dnsclient.nim"
}
]