docker-pihole-unbound
docker-pihole-unbound copied to clipboard
Run Pi-Hole + Unbound on Docker
Inside this Dockerfile you copy the edns files into pihole configuration, however upon startup these changes are overwritten by Pihole presumably. Hope that's not just my end
Hello, As the subject states, for testing, I want to temporally disable Unbound and use another DNS provider like Google and Cloudflare. What's the easiest way to achieve this change?...
This was just what I was looking for to load into TRUENAS SCALE as an application. I utilized the Load Docker image and used the following attributes: FTLCONF_REPLY_ADDR4=192.168.0.xx TZ=America/New_York WEBPASSWORD=QWERTY123456asdfASDF...
please when You update to Pi-hole FTL v5.15, Web v5.12 and Core v5.10? Thanks
I would like unbound to save cache and reload on reboot https://github.com/saint-lascivious/unbound-config https://github.com/extremeshok/docker-unbound
hi... pinhole updated yesterday but pihile -up doesn't work within the docker. any ETA when will be updated?
Hello, i have the problem that no statistics are availibe after container restart and no local network devices showing up under Tools/Network. What i can do ? Best regards
Hey there. - I noticed my cache was only filling roughly 6% of all queries after about a month. - Most queries should be cached. I go to the same...
I can't remeber the error but the following fixed it. You have: volumes: - etc_pihole-unbound:/etc/pihole:rw - etc_pihole_dnsmasq-unbound:/etc/dnsmasq.d:rw Should be: volumes: - ./etc_pihole-unbound:/etc/pihole:rw - ./etc_pihole_dnsmasq-unbound:/etc/dnsmasq.d:rw Or: volumes: - $PWD/etc_pihole-unbound:/etc/pihole:rw - $PWD/etc_pihole_dnsmasq-unbound:/etc/dnsmasq.d:rw...
Hi there! I was wondering where was stored the unbound-pihole.conf file on raspberry pi after installing this image. I need to activate IPV6 but cannot find it. Any idea? Thanks