Changed type and parser for hostname based public resolver list

pull/46/head
iglocska 2017-12-22 14:30:41 +01:00
parent ffe3e97a06
commit 05142183d9
1 changed files with 5 additions and 2 deletions

View File

@ -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
}