diff --git a/README.md b/README.md index aa71892..1abf7d8 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ The following instructions will create a cron job to run every monday at 02:30 ( SHELL=/bin/bash PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin 30 2 * * 1 /usr/bin/curl -sSl https://raw.githubusercontent.com/mmotti/pihole-regex/master/install.py | /usr/bin/python3 +35 2 * * 1 /usr/bin/curl -sSl https://raw.githubusercontent.com/mmotti/pihole-regex/master/install_whitelist.sh | /bin/bash ``` 3. Save changes diff --git a/install_whitelist.sh b/install_whitelist.sh new file mode 100755 index 0000000..e19fdd8 --- /dev/null +++ b/install_whitelist.sh @@ -0,0 +1,16 @@ +#! /bin/bash + +# User reported false positives for MMotti's regex filters +# https://github.com/mmotti + +# This file is not currently referenced during install. +# If you experience issues with any of the following domains, +# you will need the add them manually to your Pi-hole installation. +pihole -w \ +anti-ad.net \ +iij.ad.jp \ +stats.foldingathome.org \ +stats.stackexchange.com \ +www.ad.nl \ +www.iij.ad.jp \ +support.iam.ad.azure.com diff --git a/whitelist.list b/whitelist.list index 07c914b..f4a6e8b 100644 --- a/whitelist.list +++ b/whitelist.list @@ -11,3 +11,4 @@ stats.foldingathome.org stats.stackexchange.com www.ad.nl www.iij.ad.jp +support.iam.ad.azure.com