From 91cef4571a735c412a851f10bc6af5eabf7bf326 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Thu, 31 Oct 2019 02:44:26 -0300 Subject: [PATCH] Added package dnsprotec (#1228) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 393f237..7842943 100644 --- a/packages.json +++ b/packages.json @@ -15030,5 +15030,17 @@ "description": "Keyboard typing emulator", "license": "MIT", "web": "https://github.com/kijowski/autotyper" + }, + { + "name": "dnsprotec", + "url": "https://github.com/juancarlospaco/nim-dnsprotec", + "method": "git", + "tags": [ + "dns", + "hosts" + ], + "description": "DNS /etc/hosts file manager, Block 1 Million malicious domains with 1 command", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-dnsprotec" } ]