I'm using Pi-hole (as a secondary DNS server) through TrueNAS SCALE v25 and suddenly had trouble updating Gravity:
My resolv.conf
is showing 127.0.0.11
as the only namespace:
I manually updated the config to look like the Pi-hole running on my Raspberry Pi by using echo "" > resolve.conf
, and then Gravity worked, but that's a hack method. I wanna figure out why it's wrong and if I can fix it. It used to work, so maybe something changed in the Docker image?