Don't really know if this is a problem...
Years ago, when setting up my pfsense, I had to choose a domain name. The info near that field says:
Do not end the domain name with '.local' as the final part (Top Level Domain, TLD), The 'local' TLD is widely used by mDNS (e.g. Avahi, Bonjour, Rendezvous, Airprint, Airplay) and some Windows systems and networked devices. These will not network correctly if the router uses 'local' as its TLD. Alternative TLDs such as 'local.lan' or 'mylocal' are safe.
so I entered localdomain which, in my mind, is safe.
pihole comes only with one list, the StevenBlack list.
after looking at the gravity database all day (different problem), I noticed 'localhost.localdomain' is in gravity, not only as a result of the StevenBlack list entries, but, pihole -q:
Match found in https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts:
localhost.localdomain
Match found in http://someonewhocares.org/hosts/:
localhost.localdomain
Match found in https://someonewhocares.org/hosts/zero/hosts:
localhost.localdomain
I wonder if I should make a whitelist entry for this, since:
- dig +short localhost returns 127.0.0.1
- dig +short localhost.localdomain returns 0.0.0.0
additional info:
I have the following entry in my /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
# 127.0.0.53 is the systemd-resolved stub resolver.
# run "resolvectl status" to see details about the actual nameservers.
nameserver 127.0.0.1
search localdomain