Docker Pi-Hole v4.1.1
Includes the following versions of upstream software:
- Pi-hole v4.1.1
- AdminLTE v4.1.1
- FTLDNS v4.1.2 (formerly v4.1.1)
Breaking Changes
--cap-add=NET_ADMIN
This previously optional argument is now required or strongly encouraged- Starting in a future version FTLDNS is going to check this setting automatically
--dns=127.0.0.1 --dns=1.1.1.1
The second server can be any DNS IP of your choosing, but the first dns must be 127.0.0.1- A WARNING stating "Misconfigured DNS in /etc/resolv.conf" may show in docker logs without this.
Bug Fixes:
- No longer uses FTLDNS debug mode, back to no-daemon (saves writing logs to SD cards for RBPis)
- Blocks
pihole -up
properly again
Improvements:
- Docker run documentation improved for
--dns
and--cap-add
- Added a check for having container's DNS setup in the recommended way