Having switched over to using my v2
lists and importing some of the v1 dependencies directly, I'm starting to remember why I went to so much trouble to add the ability to override things.
There are annoyances like t.co
being blocked - breaking any link outbound of Twitter.
So, I want to create a list that can be fed into pi-hole to unblock specific domains - allowlist.txt
Activity
12-Jun-22 18:44
assigned to @btasker
12-Jun-22 18:46
mentioned in commit d367fe2238ee4e02f64ea1af8897d31ce0f90eaa
Message
Amend bin/build_lists to support building an allowlist (jira-projects/ADBLK#4)
12-Jun-22 18:49
The build script now supports creating an allowlist, and a config file has been created to allow
t.co
.However, Pi-Hole doesn't currently support adding a remote allowlist, so we're going to need to build something like this in order to pull in and maintain the entries
13-Jun-22 12:27
mentioned in commit 8920a833010005ba406aa4c137b7efe40530c1c2
Message
Create a script to fetch and maintain whitelist entries for jira-projects/ADBLK#4
13-Jun-22 12:29
This is done.
Just like with regex, pihole needs to be told to reload lists for the change to come into effect.