From 6c2dcdd51575d43949d64b74e0694ec1f0758c67 Mon Sep 17 00:00:00 2001 From: bogachenko Date: Wed, 6 Mar 2019 16:34:30 +0000 Subject: [PATCH] add blahdns lists (#708) closes #707 --- data/FilterList.json | 26 +++++++++++++++++++++++++- data/FilterListMaintainer.json | 12 ++++++++++++ data/FilterListTag.json | 20 ++++++++++++++++++++ data/Maintainer.json | 7 ++++++- 4 files changed, 63 insertions(+), 2 deletions(-) diff --git a/data/FilterList.json b/data/FilterList.json index 1a559ecce..c5718676c 100644 --- a/data/FilterList.json +++ b/data/FilterList.json @@ -16827,8 +16827,32 @@ { "id": 1471, "homeUrl": "http://getadhell.com", - "name": "AdHell Standart", + "name": "AdHell Standard", "syntaxId": 1, "viewUrl": "http://getadhell.com/standard-package.txt" + }, + { + "id": 1472, + "homeUrl": "https://github.com/ookangzheng/blahdns/tree/master/hosts", + "issuesUrl": "https://github.com/ookangzheng/blahdns/issues", + "name": "Blah DNS Content farm host", + "syntaxId": 8, + "viewUrl": "https://raw.githubusercontent.com/ookangzheng/blahdns/master/hosts/contentfarms.host" + }, + { + "id": 1473, + "homeUrl": "https://github.com/ookangzheng/blahdns/tree/master/hosts", + "issuesUrl": "https://github.com/ookangzheng/blahdns/issues", + "name": "Blah DNS Hosts blacklist", + "syntaxId": 8, + "viewUrl": "https://raw.githubusercontent.com/ookangzheng/blahdns/master/hosts/blacklist.txt" + }, + { + "id": 1474, + "homeUrl": "https://github.com/ookangzheng/blahdns/tree/master/hosts", + "issuesUrl": "https://github.com/ookangzheng/blahdns/issues", + "name": "Blah DNS Hosts whitelist", + "syntaxId": 8, + "viewUrl": "https://raw.githubusercontent.com/ookangzheng/blahdns/master/hosts/whitelist.txt" } ] \ No newline at end of file diff --git a/data/FilterListMaintainer.json b/data/FilterListMaintainer.json index f94c531f4..82b3b6e4e 100644 --- a/data/FilterListMaintainer.json +++ b/data/FilterListMaintainer.json @@ -4414,5 +4414,17 @@ { "filterListId": 1296, "maintainerId": 117 + }, + { + "filterListId": 1472, + "maintainerId": 118 + }, + { + "filterListId": 1473, + "maintainerId": 118 + }, + { + "filterListId": 1474, + "maintainerId": 118 } ] \ No newline at end of file diff --git a/data/FilterListTag.json b/data/FilterListTag.json index bfe4d21ef..988cf5e4e 100644 --- a/data/FilterListTag.json +++ b/data/FilterListTag.json @@ -7038,5 +7038,25 @@ { "filterListId": 1471, "tagId": 2 + }, + { + "filterListId": 1472, + "tagId": 1 + }, + { + "filterListId": 1473, + "tagId": 2 + }, + { + "filterListId": 1473, + "tagId": 3 + }, + { + "filterListId": 1474, + "tagId": 2 + }, + { + "filterListId": 1474, + "tagId": 3 } ] \ No newline at end of file diff --git a/data/Maintainer.json b/data/Maintainer.json index f8dce2dc3..4e12bea5b 100644 --- a/data/Maintainer.json +++ b/data/Maintainer.json @@ -597,5 +597,10 @@ "id": 117, "homeUrl": "https://intr0.com/", "name": "intr0" - } + }, + { + "id": 118, + "homeUrl": "https://github.com/ookangzheng", + "name": "ookangzheng" + }, ] \ No newline at end of file