Zatara
January 11, 2024, 8:17am
1
Hello. Having some problem with this, I can’t add more Blocklists\update gravity. It says dns resolution is currently unavailable and i have --2 domains. I tried googling for some solutions but nothing. There’s also an update to pihole maybe that’s why im experiencing this?
Normal pihole from the normal store works
I installed Pi-Hole and Unbound.
Tested it:
Added a list to the ad lists.
Resolved a domain by using nslookup.
Can you give me any errors or ideas on how to reproduce this? What is your OS and server?
This is actually true. I just installed it from CasaOS (Pi-Hole + Unbound version 2024.07) and I have the same errors while normal Pi-Hole works ok
OK I found the issue and solved, probably this also fixes yours
If you are running docker with docker-compose, first run: sudo docker exec -it pi-hole /bin/bash Where pi-hole is the name of your container. Do: cat /etc/resolv.conf Make note of everything in this file, or copy and paste. Create a...
Reading time: 1 mins 🕑
Likes: 6 ❤
-----–
Now I want to know… How can i set a custom DNS for unbound? Or point a domain name to my DNS and allow external access to my pi-hole DNS…
I ask for the custom DNS cuz by default Unbound is pointing to my ISP DNS and I want to use Quad9, but when i set
forward-zone:
name: "."
forward-tls-upstream: yes
# Quad9
forward-addr: 9.9.9.9@853#dns.quad9.net
in a custom.conf file and restart the container, it doesn’t boot, pihole-FTL keeps trying to close and process is not found in the tries.
I think these are common issues, hope someone can help