jfb
September 17, 2019, 8:58pm
2
This is your problem. My advice would be to revert back to the six blocklists that come with Pi-Hole.
These tools may also help you determine why your desired content is blocked:
Block ads or fix broken sites
This FAQ is written in the context of finding out how to block an ad that isn't blocked automatically, but the same steps can be used to troubleshoot issues with sites that don't function properly. An example is that sometimes certain payment gateways try to collect metrics on the sale, but these domains are blocked by Pi-hole, so the payment cannot be processed. Also, some links send you through several referrers and if one of them is blocked, you may land on a …
1 Like
Hmm. That actually didn't help me in any better way. I thought people here knew which among those blacklists cause this problem.
I will try to find the solution myself. Thanks
jfb
September 17, 2019, 9:32pm
4
That is the purpose of the tools in the link. You can also use the pihole command from the command line to determine which list(s) contain a blocked domain:
pihole -q -adlists -exact <domain-here>
see man pihole
O am using now only Steven black hosts, but even then it's blocking reddit
jfb
September 17, 2019, 10:01pm
8
manohar_basavaraju:
it’s blocking reddit
What exact domain is being blocked for reddit?
What is the output of this command from the Pi terminal:
sudo grep reddit /var/log/pihole.log
using the power of CTRL+F in a web browser at https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts I can see :
0.0.0.0 rereddit.com
0.0.0.0 www.rereddit.com
0.0.0.0 events.redditmedia.com
0.0.0.0 ads.reddit.com
If all else fails I would go back to the OOTB lists only and make sure everything works before adding others back in.
pi@raspberrypi:~ $ sudo grep reddit /var/log/pihole.log
Sep 17 09:30:03 dnsmasq[14097]: query[A] www.reddit.com from 192.168.2.238
Sep 17 09:30:03 dnsmasq[14097]: forwarded www.reddit.com to 1.1.1.1
Sep 17 09:30:03 dnsmasq[14097]: reply www.reddit.com is <CNAME>
Sep 17 09:30:03 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 09:30:03 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 09:30:03 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 09:30:03 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 09:30:03 dnsmasq[14097]: query[AAAA] www.reddit.com from 192.168.2.238
Sep 17 09:30:03 dnsmasq[14097]: cached www.reddit.com is <CNAME>
Sep 17 09:30:03 dnsmasq[14097]: forwarded www.reddit.com to 1.1.1.1
Sep 17 09:30:03 dnsmasq[14097]: reply www.reddit.com is <CNAME>
Sep 17 09:30:03 dnsmasq[14097]: reply reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:30:05 dnsmasq[14097]: query[A] www.redditstatic.com from 192.168.2.238
Sep 17 09:30:05 dnsmasq[14097]: forwarded www.redditstatic.com to 1.1.1.1
Sep 17 09:30:06 dnsmasq[14097]: reply www.redditstatic.com is <CNAME>
Sep 17 09:30:06 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 09:30:06 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 09:30:06 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 09:30:06 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 09:30:06 dnsmasq[14097]: query[AAAA] www.redditstatic.com from 192.168.2.238Sep 17 09:30:06 dnsmasq[14097]: cached www.redditstatic.com is <CNAME>
Sep 17 09:30:06 dnsmasq[14097]: cached reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:30:08 dnsmasq[14097]: query[A] www.redditmedia.com from 192.168.2.238
Sep 17 09:30:08 dnsmasq[14097]: forwarded www.redditmedia.com to 1.1.1.1
Sep 17 09:30:08 dnsmasq[14097]: reply www.redditmedia.com is <CNAME>
Sep 17 09:30:08 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 09:30:08 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 09:30:08 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 09:30:08 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 09:30:08 dnsmasq[14097]: query[AAAA] www.redditmedia.com from 192.168.2.238
Sep 17 09:30:08 dnsmasq[14097]: cached www.redditmedia.com is <CNAME>
Sep 17 09:30:08 dnsmasq[14097]: cached reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:30:08 dnsmasq[14097]: query[A] gql.reddit.com from 192.168.2.238
Sep 17 09:30:08 dnsmasq[14097]: forwarded gql.reddit.com to 1.1.1.1
Sep 17 09:30:08 dnsmasq[14097]: reply gql.reddit.com is <CNAME>
Sep 17 09:30:08 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 09:30:08 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 09:30:08 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 09:30:08 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 09:30:08 dnsmasq[14097]: query[AAAA] gql.reddit.com from 192.168.2.238
Sep 17 09:30:08 dnsmasq[14097]: cached gql.reddit.com is <CNAME>
Sep 17 09:30:08 dnsmasq[14097]: cached reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:30:08 dnsmasq[14097]: query[A] emoji.redditmedia.com from 192.168.2.238
Sep 17 09:30:08 dnsmasq[14097]: forwarded emoji.redditmedia.com to 1.1.1.1
Sep 17 09:30:08 dnsmasq[14097]: reply emoji.redditmedia.com is <CNAME>
Sep 17 09:30:08 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 09:30:08 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 09:30:08 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 09:30:08 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 09:30:08 dnsmasq[14097]: query[AAAA] emoji.redditmedia.com from 192.168.2.238
Sep 17 09:30:08 dnsmasq[14097]: cached emoji.redditmedia.com is <CNAME>
Sep 17 09:30:08 dnsmasq[14097]: cached reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:30:10 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 09:30:10 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 09:30:10 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 09:30:10 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 09:30:10 dnsmasq[14097]: cached reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:30:11 dnsmasq[14097]: query[A] gateway.reddit.com from 192.168.2.238
Sep 17 09:30:11 dnsmasq[14097]: forwarded gateway.reddit.com to 1.1.1.1
Sep 17 09:30:11 dnsmasq[14097]: reply gateway.reddit.com is <CNAME>
Sep 17 09:30:11 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 09:30:11 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 09:30:11 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 09:30:11 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 09:30:11 dnsmasq[14097]: query[AAAA] gateway.reddit.com from 192.168.2.238
Sep 17 09:30:11 dnsmasq[14097]: cached gateway.reddit.com is <CNAME>
Sep 17 09:30:11 dnsmasq[14097]: cached reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:30:20 dnsmasq[14097]: query[A] alb.reddit.com from 192.168.2.238
Sep 17 09:30:20 dnsmasq[14097]: /etc/pihole/gravity.list alb.reddit.com is 0.0.0.0
Sep 17 09:30:20 dnsmasq[14097]: query[AAAA] alb.reddit.com from 192.168.2.238
Sep 17 09:30:20 dnsmasq[14097]: /etc/pihole/gravity.list alb.reddit.com is 0.0.0.0
Sep 17 09:30:25 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 09:30:25 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 09:30:25 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 09:30:25 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 09:30:25 dnsmasq[14097]: reply reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:31:11 dnsmasq[14097]: query[A] www.reddit.com from 192.168.2.238
Sep 17 09:31:11 dnsmasq[14097]: forwarded www.reddit.com to 1.1.1.1
Sep 17 09:31:11 dnsmasq[14097]: query[A] www.redditstatic.com from 192.168.2.238
Sep 17 09:31:11 dnsmasq[14097]: cached www.redditstatic.com is <CNAME>
Sep 17 09:31:11 dnsmasq[14097]: forwarded www.redditstatic.com to 1.1.1.1
Sep 17 09:31:11 dnsmasq[14097]: reply www.reddit.com is <CNAME>
Sep 17 09:31:11 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 09:31:11 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 09:31:11 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 09:31:11 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 09:31:11 dnsmasq[14097]: query[AAAA] www.reddit.com from 192.168.2.238
Sep 17 09:31:11 dnsmasq[14097]: cached www.reddit.com is <CNAME>
Sep 17 09:31:11 dnsmasq[14097]: forwarded www.reddit.com to 1.1.1.1
Sep 17 09:31:11 dnsmasq[14097]: reply www.redditstatic.com is <CNAME>
Sep 17 09:31:11 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 09:31:11 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 09:31:11 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 09:31:11 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 09:31:11 dnsmasq[14097]: query[AAAA] www.redditstatic.com from 192.168.2.238Sep 17 09:31:11 dnsmasq[14097]: cached www.redditstatic.com is <CNAME>
Sep 17 09:31:11 dnsmasq[14097]: forwarded www.redditstatic.com to 1.1.1.1
Sep 17 09:31:11 dnsmasq[14097]: reply www.reddit.com is <CNAME>
Sep 17 09:31:11 dnsmasq[14097]: reply reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:31:11 dnsmasq[14097]: reply www.redditstatic.com is <CNAME>
Sep 17 09:31:11 dnsmasq[14097]: reply reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:31:11 dnsmasq[14097]: query[AAAA] www.redditstatic.com from 192.168.2.238Sep 17 09:31:11 dnsmasq[14097]: cached www.redditstatic.com is <CNAME>
Sep 17 09:31:11 dnsmasq[14097]: cached reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:31:11 dnsmasq[14097]: query[A] styles.redditmedia.com from 192.168.2.238
Sep 17 09:31:11 dnsmasq[14097]: forwarded styles.redditmedia.com to 1.1.1.1
Sep 17 09:31:11 dnsmasq[14097]: reply styles.redditmedia.com is <CNAME>
Sep 17 09:31:11 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 09:31:11 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 09:31:11 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 09:31:11 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 09:31:11 dnsmasq[14097]: query[AAAA] styles.redditmedia.com from 192.168.2.238
Sep 17 09:31:11 dnsmasq[14097]: cached styles.redditmedia.com is <CNAME>
Sep 17 09:31:11 dnsmasq[14097]: cached reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:31:11 dnsmasq[14097]: query[A] emoji.redditmedia.com from 192.168.2.238
Sep 17 09:31:11 dnsmasq[14097]: forwarded emoji.redditmedia.com to 1.1.1.1
Sep 17 09:31:11 dnsmasq[14097]: reply emoji.redditmedia.com is <CNAME>
Sep 17 09:31:11 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 09:31:11 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 09:31:11 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 09:31:11 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 09:31:11 dnsmasq[14097]: query[AAAA] emoji.redditmedia.com from 192.168.2.238
Sep 17 09:31:11 dnsmasq[14097]: cached emoji.redditmedia.com is <CNAME>
Sep 17 09:31:11 dnsmasq[14097]: cached reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:31:13 dnsmasq[14097]: query[A] www.redditmedia.com from 192.168.2.238
Sep 17 09:31:13 dnsmasq[14097]: forwarded www.redditmedia.com to 1.1.1.1
Sep 17 09:31:13 dnsmasq[14097]: reply www.redditmedia.com is <CNAME>
Sep 17 09:31:13 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 09:31:13 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 09:31:13 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 09:31:13 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 09:31:13 dnsmasq[14097]: query[AAAA] www.redditmedia.com from 192.168.2.238
Sep 17 09:31:13 dnsmasq[14097]: cached www.redditmedia.com is <CNAME>
Sep 17 09:31:13 dnsmasq[14097]: cached reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:31:13 dnsmasq[14097]: query[A] gql.reddit.com from 192.168.2.238
Sep 17 09:31:13 dnsmasq[14097]: forwarded gql.reddit.com to 1.1.1.1
Sep 17 09:31:13 dnsmasq[14097]: reply gql.reddit.com is <CNAME>
Sep 17 09:31:13 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 09:31:13 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 09:31:13 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 09:31:13 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 09:31:13 dnsmasq[14097]: query[AAAA] gql.reddit.com from 192.168.2.238
Sep 17 09:31:13 dnsmasq[14097]: cached gql.reddit.com is <CNAME>
Sep 17 09:31:13 dnsmasq[14097]: cached reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:31:14 dnsmasq[14097]: query[A] gateway.reddit.com from 192.168.2.238
Sep 17 09:31:14 dnsmasq[14097]: forwarded gateway.reddit.com to 1.1.1.1
Sep 17 09:31:14 dnsmasq[14097]: reply gateway.reddit.com is <CNAME>
Sep 17 09:31:14 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 09:31:14 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 09:31:14 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 09:31:14 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 09:31:14 dnsmasq[14097]: query[AAAA] gateway.reddit.com from 192.168.2.238
Sep 17 09:31:14 dnsmasq[14097]: cached gateway.reddit.com is <CNAME>
Sep 17 09:31:14 dnsmasq[14097]: cached reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:32:55 dnsmasq[14097]: query[A] www.reddit.com from 192.168.2.238
Sep 17 09:32:55 dnsmasq[14097]: forwarded www.reddit.com to 1.1.1.1
Sep 17 09:32:55 dnsmasq[14097]: reply www.reddit.com is <CNAME>
Sep 17 09:32:55 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 09:32:55 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 09:32:55 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 09:32:55 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 09:32:55 dnsmasq[14097]: query[AAAA] www.reddit.com from 192.168.2.238
Sep 17 09:32:55 dnsmasq[14097]: cached www.reddit.com is <CNAME>
Sep 17 09:32:55 dnsmasq[14097]: forwarded www.reddit.com to 1.1.1.1
Sep 17 09:32:55 dnsmasq[14097]: reply www.reddit.com is <CNAME>
Sep 17 09:32:55 dnsmasq[14097]: reply reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:33:02 dnsmasq[14097]: query[A] gateway.reddit.com from 192.168.2.238
Sep 17 09:33:02 dnsmasq[14097]: forwarded gateway.reddit.com to 1.1.1.1
Sep 17 09:33:02 dnsmasq[14097]: reply gateway.reddit.com is <CNAME>
Sep 17 09:33:02 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 09:33:02 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 09:33:02 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 09:33:02 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 09:33:02 dnsmasq[14097]: query[AAAA] gateway.reddit.com from 192.168.2.238
Sep 17 09:33:02 dnsmasq[14097]: cached gateway.reddit.com is <CNAME>
Sep 17 09:33:02 dnsmasq[14097]: forwarded gateway.reddit.com to 1.1.1.1
Sep 17 09:33:02 dnsmasq[14097]: reply gateway.reddit.com is <CNAME>
Sep 17 09:33:02 dnsmasq[14097]: reply reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:33:05 dnsmasq[14097]: query[A] alb.reddit.com from 192.168.2.238
Sep 17 09:33:05 dnsmasq[14097]: /etc/pihole/gravity.list alb.reddit.com is 0.0.0.0
Sep 17 09:33:05 dnsmasq[14097]: query[AAAA] alb.reddit.com from 192.168.2.238
Sep 17 09:33:05 dnsmasq[14097]: /etc/pihole/gravity.list alb.reddit.com is 0.0.0.0
Sep 17 09:33:58 dnsmasq[14097]: query[A] alb.reddit.com from 192.168.2.238
Sep 17 09:33:58 dnsmasq[14097]: /etc/pihole/gravity.list alb.reddit.com is 0.0.0.0
Sep 17 09:45:00 dnsmasq[14097]: query[A] www.reddit.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 09:45:00 dnsmasq[14097]: forwarded www.reddit.com to 1.1.1.1
Sep 17 09:45:00 dnsmasq[14097]: query[A] www.redditstatic.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 09:45:00 dnsmasq[14097]: forwarded www.redditstatic.com to 1.1.1.1
Sep 17 09:45:00 dnsmasq[14097]: reply www.reddit.com is <CNAME>
Sep 17 09:45:00 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.13.140
Sep 17 09:45:00 dnsmasq[14097]: query[AAAA] www.reddit.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 09:45:00 dnsmasq[14097]: cached www.reddit.com is <CNAME>
Sep 17 09:45:00 dnsmasq[14097]: forwarded www.reddit.com to 1.1.1.1
Sep 17 09:45:00 dnsmasq[14097]: reply www.redditstatic.com is <CNAME>
Sep 17 09:45:00 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.13.140
Sep 17 09:45:00 dnsmasq[14097]: query[AAAA] www.redditstatic.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 09:45:00 dnsmasq[14097]: cached www.redditstatic.com is <CNAME>
Sep 17 09:45:00 dnsmasq[14097]: forwarded www.redditstatic.com to 1.1.1.1
Sep 17 09:45:00 dnsmasq[14097]: reply www.reddit.com is <CNAME>
Sep 17 09:45:00 dnsmasq[14097]: reply reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:45:00 dnsmasq[14097]: reply www.redditstatic.com is <CNAME>
Sep 17 09:45:00 dnsmasq[14097]: reply reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:45:02 dnsmasq[14097]: query[A] www.redditmedia.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 09:45:02 dnsmasq[14097]: forwarded www.redditmedia.com to 1.1.1.1
Sep 17 09:45:02 dnsmasq[14097]: reply www.redditmedia.com is <CNAME>
Sep 17 09:45:02 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.13.140
Sep 17 09:45:02 dnsmasq[14097]: query[AAAA] www.redditmedia.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 09:45:02 dnsmasq[14097]: cached www.redditmedia.com is <CNAME>
Sep 17 09:45:02 dnsmasq[14097]: cached reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:45:02 dnsmasq[14097]: query[A] gql.reddit.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 09:45:02 dnsmasq[14097]: forwarded gql.reddit.com to 1.1.1.1
Sep 17 09:45:03 dnsmasq[14097]: reply gql.reddit.com is <CNAME>
Sep 17 09:45:03 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.13.140
Sep 17 09:45:03 dnsmasq[14097]: query[AAAA] gql.reddit.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 09:45:03 dnsmasq[14097]: cached gql.reddit.com is <CNAME>
Sep 17 09:45:03 dnsmasq[14097]: cached reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:45:03 dnsmasq[14097]: query[A] gateway.reddit.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 09:45:03 dnsmasq[14097]: forwarded gateway.reddit.com to 1.1.1.1
Sep 17 09:45:03 dnsmasq[14097]: reply gateway.reddit.com is <CNAME>
Sep 17 09:45:03 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.13.140
Sep 17 09:45:03 dnsmasq[14097]: query[AAAA] gateway.reddit.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 09:45:03 dnsmasq[14097]: cached gateway.reddit.com is <CNAME>
Sep 17 09:45:03 dnsmasq[14097]: cached reddit.map.fastly.net is NODATA-IPv6
Sep 17 09:53:43 dnsmasq[14097]: query[A] www.reddit.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 09:53:43 dnsmasq[14097]: forwarded www.reddit.com to 1.1.1.1
Sep 17 09:53:43 dnsmasq[14097]: reply www.reddit.com is <CNAME>
Sep 17 09:53:43 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.13.140
Sep 17 09:53:43 dnsmasq[14097]: query[AAAA] www.reddit.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 09:53:43 dnsmasq[14097]: cached www.reddit.com is <CNAME>
Sep 17 09:53:43 dnsmasq[14097]: forwarded www.reddit.com to 1.1.1.1
Sep 17 09:53:43 dnsmasq[14097]: reply www.reddit.com is <CNAME>
Sep 17 09:53:43 dnsmasq[14097]: reply reddit.map.fastly.net is NODATA-IPv6
Sep 17 10:12:32 dnsmasq[14097]: query[A] www.reddit.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 10:12:32 dnsmasq[14097]: forwarded www.reddit.com to 1.1.1.1
Sep 17 10:12:32 dnsmasq[14097]: query[A] www.redditstatic.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 10:12:32 dnsmasq[14097]: forwarded www.redditstatic.com to 1.1.1.1
Sep 17 10:12:32 dnsmasq[14097]: reply www.reddit.com is <CNAME>
Sep 17 10:12:32 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 10:12:32 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 10:12:32 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 10:12:32 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 10:12:32 dnsmasq[14097]: query[AAAA] www.reddit.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 10:12:32 dnsmasq[14097]: cached www.reddit.com is <CNAME>
Sep 17 10:12:32 dnsmasq[14097]: forwarded www.reddit.com to 1.1.1.1
Sep 17 10:12:32 dnsmasq[14097]: reply www.redditstatic.com is <CNAME>
Sep 17 10:12:32 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 10:12:32 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 10:12:32 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 10:12:32 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 10:12:32 dnsmasq[14097]: query[AAAA] www.redditstatic.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 10:12:32 dnsmasq[14097]: cached www.redditstatic.com is <CNAME>
Sep 17 10:12:32 dnsmasq[14097]: forwarded www.redditstatic.com to 1.1.1.1
Sep 17 10:12:32 dnsmasq[14097]: reply www.reddit.com is <CNAME>
Sep 17 10:12:32 dnsmasq[14097]: reply reddit.map.fastly.net is NODATA-IPv6
Sep 17 10:12:32 dnsmasq[14097]: reply www.redditstatic.com is <CNAME>
Sep 17 10:12:32 dnsmasq[14097]: reply reddit.map.fastly.net is NODATA-IPv6
Sep 17 10:12:34 dnsmasq[14097]: query[A] www.redditmedia.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 10:12:34 dnsmasq[14097]: forwarded www.redditmedia.com to 1.1.1.1
Sep 17 10:12:34 dnsmasq[14097]: reply www.redditmedia.com is <CNAME>
Sep 17 10:12:34 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 10:12:34 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 10:12:34 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 10:12:34 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 10:12:34 dnsmasq[14097]: query[AAAA] www.redditmedia.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 10:12:34 dnsmasq[14097]: cached www.redditmedia.com is <CNAME>
Sep 17 10:12:34 dnsmasq[14097]: cached reddit.map.fastly.net is NODATA-IPv6
Sep 17 10:12:34 dnsmasq[14097]: query[A] gql.reddit.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 10:12:34 dnsmasq[14097]: forwarded gql.reddit.com to 1.1.1.1
Sep 17 10:12:34 dnsmasq[14097]: reply gql.reddit.com is <CNAME>
Sep 17 10:12:34 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 10:12:34 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 10:12:34 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 10:12:34 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 10:12:34 dnsmasq[14097]: query[AAAA] gql.reddit.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 10:12:34 dnsmasq[14097]: cached gql.reddit.com is <CNAME>
Sep 17 10:12:34 dnsmasq[14097]: cached reddit.map.fastly.net is NODATA-IPv6
Sep 17 10:12:34 dnsmasq[14097]: query[A] gateway.reddit.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 10:12:34 dnsmasq[14097]: forwarded gateway.reddit.com to 1.1.1.1
Sep 17 10:12:34 dnsmasq[14097]: reply gateway.reddit.com is <CNAME>
Sep 17 10:12:34 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 10:12:34 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 10:12:34 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 10:12:34 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 10:12:34 dnsmasq[14097]: query[AAAA] gateway.reddit.com from 2003:d6:7f10:7869:f5b9:c034:892d:a03e
Sep 17 10:12:34 dnsmasq[14097]: cached gateway.reddit.com is <CNAME>
Sep 17 10:12:34 dnsmasq[14097]: cached reddit.map.fastly.net is NODATA-IPv6
Sep 17 10:15:47 dnsmasq[14097]: query[A] www.reddit.com from 192.168.2.238
Sep 17 10:15:47 dnsmasq[14097]: cached www.reddit.com is <CNAME>
Sep 17 10:15:47 dnsmasq[14097]: forwarded www.reddit.com to 1.1.1.1
Sep 17 10:15:47 dnsmasq[14097]: reply www.reddit.com is <CNAME>
Sep 17 10:15:47 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 10:15:47 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 10:15:47 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 10:15:47 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 10:15:47 dnsmasq[14097]: query[AAAA] www.reddit.com from 192.168.2.238
Sep 17 10:15:47 dnsmasq[14097]: cached www.reddit.com is <CNAME>
Sep 17 10:15:47 dnsmasq[14097]: forwarded www.reddit.com to 1.1.1.1
Sep 17 10:15:47 dnsmasq[14097]: reply www.reddit.com is <CNAME>
Sep 17 10:15:47 dnsmasq[14097]: reply reddit.map.fastly.net is NODATA-IPv6
Sep 17 10:18:33 dnsmasq[14097]: query[A] www.reddit.com from 192.168.2.238
Sep 17 10:18:33 dnsmasq[14097]: forwarded www.reddit.com to 1.1.1.1
Sep 17 10:18:34 dnsmasq[14097]: reply www.reddit.com is <CNAME>
Sep 17 10:18:34 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 10:18:34 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 10:18:34 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 10:18:34 dnsmasq[14097]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 10:18:34 dnsmasq[14097]: query[AAAA] www.reddit.com from 192.168.2.238
Sep 17 10:18:34 dnsmasq[14097]: cached www.reddit.com is <CNAME>
Sep 17 10:18:34 dnsmasq[14097]: forwarded www.reddit.com to 1.1.1.1
Sep 17 10:18:34 dnsmasq[14097]: reply www.reddit.com is <CNAME>
Sep 17 10:18:34 dnsmasq[14097]: reply reddit.map.fastly.net is NODATA-IPv6
Sep 17 10:18:34 dnsmasq[14097]: query[A] alb.reddit.com from 192.168.2.238
Sep 17 10:18:34 dnsmasq[14097]: /etc/pihole/gravity.list alb.reddit.com is 0.0.0.0
Sep 17 10:18:34 dnsmasq[14097]: query[AAAA] alb.reddit.com from 192.168.2.238
Sep 17 10:18:34 dnsmasq[14097]: /etc/pihole/gravity.list alb.reddit.com is 0.0.0.0
Sep 17 14:28:24 dnsmasq[874]: query[A] amp.reddit.com from 2003:d6:7f10:7869:8153:826e:a04e:a163
Sep 17 14:28:24 dnsmasq[874]: forwarded amp.reddit.com to 1.1.1.1
Sep 17 14:28:24 dnsmasq[874]: query[AAAA] amp.reddit.com from 2003:d6:7f10:7869:8153:826e:a04e:a163
Sep 17 14:28:24 dnsmasq[874]: forwarded amp.reddit.com to 1.1.1.1
Sep 17 14:28:24 dnsmasq[874]: reply amp.reddit.com is <CNAME>
Sep 17 14:28:24 dnsmasq[874]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 14:28:24 dnsmasq[874]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 14:28:24 dnsmasq[874]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 14:28:24 dnsmasq[874]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 14:28:24 dnsmasq[874]: reply amp.reddit.com is <CNAME>
Sep 17 14:28:24 dnsmasq[874]: reply reddit.map.fastly.net is NODATA-IPv6
Sep 17 14:29:39 dnsmasq[874]: query[A] amp.reddit.com from 2003:d6:7f10:7869:8153:826e:a04e:a163
Sep 17 14:29:39 dnsmasq[874]: forwarded amp.reddit.com to 1.1.1.1
Sep 17 14:29:39 dnsmasq[874]: reply amp.reddit.com is <CNAME>
Sep 17 14:29:39 dnsmasq[874]: reply reddit.map.fastly.net is 151.101.193.140
Sep 17 14:29:39 dnsmasq[874]: reply reddit.map.fastly.net is 151.101.1.140
Sep 17 14:29:39 dnsmasq[874]: reply reddit.map.fastly.net is 151.101.65.140
Sep 17 14:29:39 dnsmasq[874]: reply reddit.map.fastly.net is 151.101.129.140
Sep 17 14:29:39 dnsmasq[874]: query[AAAA] amp.reddit.com from 2003:d6:7f10:7869:8153:826e:a04e:a163
Sep 17 14:29:39 dnsmasq[874]: cached amp.reddit.com is <CNAME>
Sep 17 14:29:39 dnsmasq[874]: forwarded amp.reddit.com to 1.1.1.1
Sep 17 14:29:39 dnsmasq[874]: reply amp.reddit.com is <CNAME>
Sep 17 14:29:39 dnsmasq[874]: reply reddit.map.fastly.net is NODATA-IPv6
Sep 17 14:31:07 dnsmasq[874]: query[A] amp.reddit.com from 2003:d6:7f10:7869:8153:826e:a04e:a163
Sep 17 14:31:07 dnsmasq[874]: cached amp.reddit.com is <CNAME>
Sep 17 14:31:07 dnsmasq[874]: forwarded amp.reddit.com to 1.1.1.1
Sep 17 14:31:07 dnsmasq[874]: query[AAAA] amp.reddit.com from 2003:d6:7f10:7869:8153:826e:a04e:a163
Sep 17 14:31:07 dnsmasq[874]: cached amp.reddit.com is <CNAME>
Sep 17 14:31:07 dnsmasq[874]: cached reddit.map.fastly.net is NODATA-IPv6
Sep 17 14:31:07 dnsmasq[874]: reply amp.reddit.com is <CNAME>
Sep 17 14:31:07 dnsmasq[874]: reply reddit.map.fastly.net is 151.101.113.140
Sep 17 16:11:17 dnsmasq[874]: query[A] amp.reddit.com from 2003:d6:7f10:7869:8153:826e:a04e:a163
Sep 17 16:11:17 dnsmasq[874]: forwarded amp.reddit.com to 1.1.1.1
Sep 17 16:11:17 dnsmasq[874]: query[AAAA] amp.reddit.com from 2003:d6:7f10:7869:8153:826e:a04e:a163
Sep 17 16:11:17 dnsmasq[874]: forwarded amp.reddit.com to 1.1.1.1
Sep 17 16:11:17 dnsmasq[874]: reply amp.reddit.com is <CNAME>
Sep 17 16:11:17 dnsmasq[874]: reply reddit.map.fastly.net is 151.101.113.140
Sep 17 16:11:17 dnsmasq[874]: reply amp.reddit.com is <CNAME>
Sep 17 16:11:17 dnsmasq[874]: reply reddit.map.fastly.net is NODATA-IPv6
Binary file /var/log/pihole.log matches
Can you share me the OOTB lists for me pls?
jfb
September 17, 2019, 11:43pm
14
jfb
September 17, 2019, 11:46pm
15
None of the queries were blocked by Pi-Hole.
Then why can't I access reddit?
jfb
September 18, 2019, 6:15am
17
Use the tools provided in my first reply and figure out why your content is blocked.
Without any of the blocklists in PiHole also I am not able to connect to reddit. That's funny. I really doubt know why.
I even disabled the ipv6 addresses on router and assigned fixed ip address for router. Internet works but I can't access reddit.
Can it be because of cloudflare dns? I am using that one now....
I am really really Sorry Mod, i had a Host file installed in my mobile and that was the reason behind Reddit blockage... Because in my Computer Reddit was opening properly, that is when i started to think about Host file in my mobile.
I renamed it and now its perfect.
Thanks for your Time.
keep up your good work.