chriscrowe / docker-pihole-unbound

Run Pi-Hole + Unbound on Docker
1.07k stars 282 forks source link

Default Pihole DNS is still Google. Will need to change the DNS to Custom in GUI. #128

Open ChadGnad opened 2 years ago

ChadGnad commented 2 years ago

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 REV_SERVER=true REV_SERVER_DOMAIN=local REV_SERVER_TARGET=192.168.0.1 REV_SERVER_CIDR=192.168.0.0/16

Spun right up, but google was still the default DNS, selected it off and added the custom 127.0.0.1#5335 (from the pihole unbound guide) and we were off to the races!