FTLDNS AAAA Queries not blocked

Hi, I'm experiencing the exact same problem using latest FTL branch version :
Pi-hole Version vDev (FTLDNS, v3.3.1-85-g2e6a937) Web Interface Version vDev (FTLDNS, v3.2.1-179-g3fd9b4d6) FTL Version vDev (FTLDNS, vDev-dbd039b)

I have no IPv6 CIDR notation in /etc/pihole/setupVars.conf (no "/..." after IPv6), IPv4 address is suffixed with /24, I tried to remove it and restart FTL service, but still the same problem.

Here's a look at what appears in query log with blocklisted domain "settings-win.data.microsoft.com"

And using dig in CLI and another blocklisted domain, for "A" type queries the IP of the PiHole is returned as expected, but AAAA queries aren't blocked :

➜  pi > dig -t A googleads.g.doubleclick.net

; <<>> DiG 9.10.3-P4-Raspbian <<>> -t A googleads.g.doubleclick.net
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25418
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;googleads.g.doubleclick.net.   IN      A

;; ANSWER SECTION:
googleads.g.doubleclick.net. 2  IN      A       192.168.0.100

;; Query time: 1 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Apr 30 13:36:17 CEST 2018
;; MSG SIZE  rcvd: 72

➜  pi > dig -t AAAA googleads.g.doubleclick.net

; <<>> DiG 9.10.3-P4-Raspbian <<>> -t AAAA googleads.g.doubleclick.net
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25621
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; MBZ: 0257 , udp: 1252
;; QUESTION SECTION:
;googleads.g.doubleclick.net.   IN      AAAA

;; ANSWER SECTION:
googleads.g.doubleclick.net. 599 IN     CNAME   pagead46.l.doubleclick.net.
pagead46.l.doubleclick.net. 599 IN      AAAA    2a00:1450:4001:812::2002

;; Query time: 38 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Apr 30 13:36:29 CEST 2018
;; MSG SIZE  rcvd: 177

Here's the output of "head /etc/pihole/gravity.list" :

0.0.0.0
0.r.msn.com
0.start.bz
000.gaysexe.free.fr
0000mps.webpreview.dsl.net
0001.2waky.com
000dom.revenuedirect.com
000free.us
000lk3v.wcomhost.com
000lkub.rcomhost.com

Hi @Samioul, thanks for reporting this. We've actually just this morning come across the same thing ourselves and we're working on a fix for it as we speak :slight_smile:

Watch this space...

1 Like

This is now merged into the FTLDNS branch.

2 Likes

I've just updated FTLDNS to vDev-8ef6f31 and I confirm the above issue is now solved, thanks a lot !

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