From 892bb62f377c90bfc602da9edeb6cf614358197d Mon Sep 17 00:00:00 2001 From: Ivan Vandot Date: Thu, 13 Oct 2022 12:24:25 +0200 Subject: [PATCH] Add package lodns (#2379) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 35500b1..79d19ca 100644 --- a/packages.json +++ b/packages.json @@ -27702,5 +27702,19 @@ "description": "Implementation of wcwidth with Nim.", "license": "MIT", "web": "https://github.com/shoyu777/wcwidth-nim" + }, + { + "name": "lodns", + "url": "https://github.com/vandot/lodns", + "method": "git", + "tags": [ + "dns", + "udp", + "server", + "developer-tools" + ], + "description": "Simple DNS server for local development.", + "license": "BSD-3-Clause", + "web": "https://github.com/vandot/lodns" } ]