add Chad Mayfield's lists

closes #411
This commit is contained in:
collinbarrett 2018-08-31 07:49:32 -05:00
parent cbab8e0a87
commit 0aaae44b3a
5 changed files with 62 additions and 1 deletions

View file

@ -9764,5 +9764,43 @@
"submissionUrl": null,
"syntaxId": 3,
"viewUrl": "https://raw.githubusercontent.com/CHEF-KOCH/CKs-FilterList/master/CK's-FilterList.txt"
},
{
"id": 525,
"chatUrl": null,
"description": "This list is a correlated list to only block porn sites that appear on Alex'a top 1m site list.",
"descriptionSourceUrl": "https://github.com/chadmayfield/my-pihole-blocklists",
"discontinuedDate": null,
"donateUrl": null,
"emailAddress": null,
"forumUrl": null,
"homeUrl": "https://github.com/chadmayfield/my-pihole-blocklists",
"issuesUrl": "https://github.com/chadmayfield/my-pihole-blocklists/issues",
"licenseId": 4,
"name": "Chad Mayfield's Porn List Light",
"policyUrl": null,
"publishedDate": null,
"submissionUrl": null,
"syntaxId": 2,
"viewUrl": "https://raw.githubusercontent.com/chadmayfield/my-pihole-blocklists/master/lists/pi_blocklist_porn_top1m.list"
},
{
"id": 526,
"chatUrl": null,
"description": "This list is a slightly edited list from Université Toulouse 1 Capitole.",
"descriptionSourceUrl": "https://github.com/chadmayfield/my-pihole-blocklists",
"discontinuedDate": null,
"donateUrl": null,
"emailAddress": null,
"forumUrl": null,
"homeUrl": "https://github.com/chadmayfield/my-pihole-blocklists",
"issuesUrl": "https://github.com/chadmayfield/my-pihole-blocklists/issues",
"licenseId": 4,
"name": "Chad Mayfield's Porn List Heavy",
"policyUrl": null,
"publishedDate": null,
"submissionUrl": null,
"syntaxId": 2,
"viewUrl": "https://raw.githubusercontent.com/chadmayfield/my-pihole-blocklists/master/lists/pi_blocklist_porn_all.list"
}
]

View file

@ -818,5 +818,13 @@
{
"filterListId": 524,
"maintainerId": 61
},
{
"filterListId": 525,
"maintainerId": 81
},
{
"filterListId": 526,
"maintainerId": 81
}
]

View file

@ -478,5 +478,13 @@
{
"filterListId": 514,
"tagId": 3
},
{
"filterListId": 525,
"tagId": 11
},
{
"filterListId": 526,
"tagId": 11
}
]

View file

@ -544,5 +544,12 @@
"homeUrl": "https://www.kowabit.de/",
"name": "kowabit",
"twitterHandle": null
},
{
"id": 81,
"emailAddress": null,
"homeUrl": "https://github.com/chadmayfield",
"name": "Chad Mayfield",
"twitterHandle": null
}
]

View file

@ -16,7 +16,7 @@ public static class Program
private static ServiceProvider serviceProvider;
private static SnapshotService snapshotService;
private static Logger logger;
private static readonly TimeSpan Timeout = TimeSpan.FromHours(6);
private static readonly TimeSpan Timeout = TimeSpan.FromHours(12);
public static async Task Main()
{