Giter Site home page Giter Site logo

Comments (4)

DL6ER avatar DL6ER commented on July 17, 2024 1

Yeah. There is a fundamental issue with this setting caused by how Pi-hole evolved over time. It's the reason why this setting is due for deprecation for some time and will finally go away without replacement in Pi-hole v6. There is just no need to do this these days.

from ftl.

yubiuser avatar yubiuser commented on July 17, 2024

Thanks for your report. This is a bug, I can reproduce it. It's tied to your setting AAAA_QUERY_ANALYSIS=no in pihole-FTL.conf.
While this should not influence query analysis and handling (only reporting), it seems it does. (See https://docs.pi-hole.net/ftldns/configfile/#aaaa_query_analysis).

Moving this to the FTL realm.

from ftl.

yubiuser avatar yubiuser commented on July 17, 2024

It's this part

FTL/src/dnsmasq_interface.c

Lines 577 to 583 in d201776

// Skip AAAA queries if user doesn't want to have them analyzed
if(!config.analyze_AAAA && querytype == TYPE_AAAA)
{
if(config.debug & DEBUG_QUERIES)
logg("Not analyzing AAAA query");
return false;
}

from ftl.

wnelis avatar wnelis commented on July 17, 2024

Thanks for the explanation. As a short term solution setting 'AAAA_QUERY_ANALYSIS=yes' is used to have Pi-hole block the AAAA requests as well.

from ftl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.