Hi everyone, When starting LibreWolf, I noticed that it sends the following DNS query:

Standard query 0x053e A host
Standard query response 0x053e A host SOA ns0.centralnic.net

The query is for a non-existent domain host, and the response includes an SOA record from ns0.centralnic.net. I’m wondering why LibreWolf is making this request. Is it related to security features, DNS caching, connection checks, or something else?

DNS is set manually, but this query still appears every time the browser launches.

Any insights would be appreciated!

  • ariadnaOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 days ago

    I was thinking along the same lines. At this point, I have:

    • Removed all URLs in about:config
    • Disabled browser updates
    • Disabled all telemetry settings I could find

    Despite all these actions, the browser still sends this request on startup. I’m starting to think it might be a setting that can’t be changed via about:config.

    • Scipitie@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      1
      ·
      2 days ago

      Posting on mobile, worked in desktop so no links. Don’t as why please :p

      Ok I dug a bit into the Firefox code (that’s where it’s from). If I understand it correctly that query is part of the nameserver init.

      It comes from the file nsEffectiveTLDService.dat and seems to be used by the cpp of the same name.

      My c++ is not good enough to understand how or why though - I guess it’s a fallback or validation or something. Can’t see anything malicious though!

      Still nice find, thanks a lot for that rabbit hole!