Whitelisting does not work v4.0

Please follow the below template, it will help us to help you!

Expected Behaviour:

Add a domain to the whitelist and the webpage should work with the ads

Actual Behaviour:

Page comes up as blocked

Debug Token:

csp7lwbauf

used admin page no joy. used pihole -w no joy.

Your debug log shows one domain in your whitelist - ustv247.com. Is this the domain you recently added and that will not load? Is this domain shown in your whitelist on the admin web page, and if so, is it the only domain shown on that list?

Please run this command from the Pi Linux terminal to show the contents of your whitelist file on the SD card and paste the results:

cat /etc/pihole/whitelist.txt

Please run this command to see how Pi-Hole processes this domain and paste the results:

dig ustv247.com

pi@raspberrypi:~ $ cat /etc/pihole/whitelist.txt
ustv247.com
pi@raspberrypi:~ $ dig ustv247.com

; <<>> DiG 9.10.3-P4-Raspbian <<>> ustv247.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1869
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;ustv247.com. IN A

;; ANSWER SECTION:
ustv247.com. 2320 IN A 159.89.127.140

;; Query time: 18 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Fri Aug 10 13:09:36 UTC 2018
;; MSG SIZE rcvd: 56

Pi-Hole returned the actual IP of the web site, so Pi-Hole is not blocking the domain.

Please run the following command, then flush your browser cache, restart the browser and try to reload that web site.

sudo service pihole-FTL restart

Final Results. Whitelisting does NOT work

pc1) win10 with firefox, edge, chrome. Pihole Whitelisting does not work
pc2) linux mint 19 with firefox. Pihole whitelisting does not work
pc3) win7 with firefox, chromoe, and IE. Pihole whitlisting does not work.

Removed pihole from system as defective.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.