Pi-hole Web Interface: The Next Generation

I’m a UX designer. If there is anything I can do to help out, please let me know! Thanks for all your hard work!

1 Like

ironic , web.pi-hole.io is being blocked by my pPiHole which is only using the OOTB supplied lists (+ one manual blacklist entry)

ho hum, /me adds to whitelist

Nope whitelisting and restarting DNSserver doesnt help

pi@Heimdall:~ $ pihole -t | grep -w "web.pi-hole.io"
23:33:58 dnsmasq[16915]: query[A] web.pi-hole.io.lan from 192.168.1.115
23:33:58 dnsmasq[16915]: cached web.pi-hole.io.lan is NXDOMAIN
23:33:58 dnsmasq[16915]: query[AAAA] web.pi-hole.io.lan from 192.168.1.115
23:33:58 dnsmasq[16915]: cached web.pi-hole.io.lan is NODATA-IPv6
23:33:58 dnsmasq[16915]: query[A] web.pi-hole.io from 192.168.1.115
23:33:58 dnsmasq[16915]: cached web.pi-hole.io is NXDOMAIN
23:33:58 dnsmasq[16915]: query[AAAA] web.pi-hole.io from 192.168.1.115
23:33:58 dnsmasq[16915]: cached web.pi-hole.io is NODATA-IPv6
23:34:06 dnsmasq[16915]: query[A] web.pi-hole.io from 192.168.1.115
23:34:06 dnsmasq[16915]: cached web.pi-hole.io is NXDOMAIN
23:34:22 dnsmasq[17100]: query[A] web.pi-hole.io.lan from 192.168.1.115
23:34:22 dnsmasq[17100]: forwarded web.pi-hole.io.lan to 127.0.0.1
23:34:22 dnsmasq[17100]: reply web.pi-hole.io.lan is NXDOMAIN
23:34:22 dnsmasq[17100]: query[AAAA] web.pi-hole.io.lan from 192.168.1.115
23:34:22 dnsmasq[17100]: forwarded web.pi-hole.io.lan to 127.0.0.1
23:34:22 dnsmasq[17100]: reply web.pi-hole.io.lan is NODATA-IPv6
23:34:22 dnsmasq[17100]: query[A] web.pi-hole.io from 192.168.1.115
23:34:22 dnsmasq[17100]: forwarded web.pi-hole.io to 127.0.0.1
23:34:22 dnsmasq[17100]: reply web.pi-hole.io is NXDOMAIN
23:34:22 dnsmasq[17100]: query[AAAA] web.pi-hole.io from 192.168.1.115
23:34:22 dnsmasq[17100]: forwarded web.pi-hole.io to 127.0.0.1
23:34:22 dnsmasq[17100]: reply web.pi-hole.io is NODATA-IPv6

It's https://web.pi-hole.net the pi-hole.io domain doesn't exist anymore and that's why you see the NXDOMAIN.

1 Like

Hey, I just clicked the demo link in the first post :slight_smile:

You can also check out the Pi-Hole public repositories and make direct contributions there!

Please do.

When can I try it out? And I see a docker folder, please, please, please do not make that mandatory to use, make an optional docker image for people who do want docker but I see no reason why it would require it. Anyway, looks great and I'm happy to see php getting the boot and nodejs taking his spot. Great work, developers!!