From b6b3b5eb07e6ef3c3b3324b0a5d4f6505aff500b Mon Sep 17 00:00:00 2001 From: Huy Doan <106477+ba0f3@users.noreply.github.com> Date: Tue, 25 Jun 2019 14:24:34 +0700 Subject: [PATCH] Added package dnsclient (#1101) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]