home
clear breadcrumbs
search
login
 
pihole
http://192.168.0.140/admin/ pass: same old # changed the default port (80) to 8000 # used the external.conf so as not to loose setting during updates sudo nano /etc/lighttpd/external.conf server.port := 8000 sudo service lighttpd restart sudo pihole -a -p Chrome bypassing pihole: Chrome 84 introduced Secure DNS (DNS over HTTPS) Chrome 83 had a experimental feature called DoH aka Secure DNS where all DNS queries get sent over HTTPS to a DNS server instead of using the Port 53. With Chrome 84 this feature became enabled by default it seems. And with that all the advertisements started appearing again. How to disable DNS over HTTPS in Chrome To make Pi-hole working again and all the ads to go away one now has to disable DNS over HTTPS in Chrome actively. This can be done with the following steps: Open the Chrome settings page Go to “Privacy and Security” Go to “Security” Scroll down to “Use secure DNS” and disable it The Pi-hole ad-blocking should then start immediately again.