Whitelist (and disable) both not working for a domain

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

Expected Behaviour:

I expected that when I added a whitelist (tried a few different ways), Regex and normal, it would allow me to access the domain.

Similarly, I tried to simply "Disable" for 5 minutes - and still nothing.

Actual Behaviour:

I am completely unable to access the domain Twilio.ivdev.ru whatsoever... unless I tether my computer to my phone - in which case, it instantly works... so I know it's a PiHole issue.

Debug Token:

-I don't believe this is needed/relevant for this issue, it's likely user error :frowning:

Please post the token generated by

pihole -d

or do it through the Web interface:

Tools > Generate Debug Log

This will show us your groups and blocking assignments.

Sorry about that, didn't think it was relevant as I assumed user error:

Debug log made private by moderator

From the Pi terminal, what is the output of the following command:

nslookup twilio.ivdev.ru 127.0.0.1

From the terminal or command prompt of a connected client from which you cannot reach this domain (and not via ssh to the Pi), what are the outputs of these commands:

nslookup twilio.ivdev.ru

nslookup twilio.ivdev.ru 192.168.1.44

And then, from the Pi terminal again, the output of the following

grep twilio.ivdev.ru /var/log/pihole.log | tail -n20

**From the Pi terminal**
nslookup twilio.ivdev.ru 127.0.0.1

;; connection timed out; no servers could be reached

**From my Mac connected to the network the pi runs with:**

JLMBP:~ jlevi1$ nslookup twilio.ivdev.ru

;; connection timed out; no servers could be reached

JLMBP:~ jlevi1$ nslookup twilio.ivdev.ru 192.168.1.44

;; connection timed out; no servers could be reached

**From the Pi Again**
pi@raspberrypi : ~ $ grep twilio.ivdev.ru /var/log/pihole.log | tail -n20

Sep 24 10:55:49 dnsmasq[537]: forwarded twilio.ivdev.ru to 8.8.8.8

Sep 24 10:55:54 dnsmasq[537]: query[A] twilio.ivdev.ru from 192.168.1.34

Sep 24 10:55:54 dnsmasq[537]: forwarded twilio.ivdev.ru to 8.8.4.4

Sep 24 10:55:54 dnsmasq[537]: forwarded twilio.ivdev.ru to 8.8.8.8

Sep 24 11:00:17 dnsmasq[537]: query[A] twilio.ivdev.ru from 127.0.0.1

Sep 24 11:00:17 dnsmasq[537]: forwarded twilio.ivdev.ru to 8.8.8.8

Sep 24 11:00:22 dnsmasq[537]: query[A] twilio.ivdev.ru from 127.0.0.1

Sep 24 11:00:22 dnsmasq[537]: forwarded twilio.ivdev.ru to 8.8.4.4

Sep 24 11:00:22 dnsmasq[537]: forwarded twilio.ivdev.ru to 8.8.8.8

Sep 24 11:00:27 dnsmasq[537]: query[A] twilio.ivdev.ru from 127.0.0.1

Sep 24 11:00:27 dnsmasq[537]: forwarded twilio.ivdev.ru to 8.8.4.4

Sep 24 11:00:27 dnsmasq[537]: forwarded twilio.ivdev.ru to 8.8.8.8

Sep 24 11:01:31 dnsmasq[537]: query[A] twilio.ivdev.ru from 192.168.1.34

Sep 24 11:01:31 dnsmasq[537]: forwarded twilio.ivdev.ru to 8.8.8.8

Sep 24 11:01:36 dnsmasq[537]: query[A] twilio.ivdev.ru from 192.168.1.34

Sep 24 11:01:36 dnsmasq[537]: forwarded twilio.ivdev.ru to 8.8.4.4

Sep 24 11:01:36 dnsmasq[537]: forwarded twilio.ivdev.ru to 8.8.8.8

Sep 24 11:01:41 dnsmasq[537]: query[A] twilio.ivdev.ru from 192.168.1.34

Sep 24 11:01:41 dnsmasq[537]: forwarded twilio.ivdev.ru to 8.8.4.4

Sep 24 11:01:41 dnsmasq[537]: forwarded twilio.ivdev.ru to 8.8.8.8

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