jira-projects/ADBLK#4: Add support for allow list



Issue Information

Issue Type: issue
Status: closed
Reported By: btasker
Assigned To: btasker

Milestone: vnext
Created: 12-Jun-22 18:44



Description

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



Toggle State Changes

Activity


assigned to @btasker

verified

mentioned in commit d367fe2238ee4e02f64ea1af8897d31ce0f90eaa

Commit: d367fe2238ee4e02f64ea1af8897d31ce0f90eaa 
Author: B Tasker                            
                            
Date: 2022-06-12T19:46:54.000+01:00 

Message

Amend bin/build_lists to support building an allowlist (jira-projects/ADBLK#4)

+22 -2 (24 lines changed)

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

verified

mentioned in commit 8920a833010005ba406aa4c137b7efe40530c1c2

Commit: 8920a833010005ba406aa4c137b7efe40530c1c2 
Author: B Tasker                            
                            
Date: 2022-06-13T13:27:24.000+01:00 

Message

Create a script to fetch and maintain whitelist entries for jira-projects/ADBLK#4

+98 -2 (100 lines changed)

This is done.

Just like with regex, pihole needs to be told to reload lists for the change to come into effect.