From 05142183d9ab6804afc0e471b7a1de64fd99e0db Mon Sep 17 00:00:00 2001 From: iglocska Date: Fri, 22 Dec 2017 14:30:41 +0100 Subject: [PATCH 1/2] Changed type and parser for hostname based public resolver list --- lists/public-dns-hostname/list.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lists/public-dns-hostname/list.json b/lists/public-dns-hostname/list.json index 8b3a4d5..342740e 100644 --- a/lists/public-dns-hostname/list.json +++ b/lists/public-dns-hostname/list.json @@ -25343,8 +25343,11 @@ ], "matching_attributes": [ "hostname", - "domain" + "domain", + "url", + "domain|ip" ], + "type": "hostname", "name": "List of known public DNS resolvers expressed as hostname", - "version": 20171222 + "version": 20171223 } From 0f23d9cb18485d190cd495ee02d9bfe872674561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 22 Dec 2017 14:53:42 +0100 Subject: [PATCH 2/2] fix: public-dns-hostname not following schema --- lists/public-dns-hostname/list.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lists/public-dns-hostname/list.json b/lists/public-dns-hostname/list.json index 342740e..8e13902 100644 --- a/lists/public-dns-hostname/list.json +++ b/lists/public-dns-hostname/list.json @@ -25347,7 +25347,9 @@ "url", "domain|ip" ], - "type": "hostname", + "type": [ + "hostname" + ], "name": "List of known public DNS resolvers expressed as hostname", "version": 20171223 }