197
Block ADS On The Internet For Your Entire Family
(peertube.wtf)
This is a most excellent place for technology news and articles.
https://github.com/jacklul/pihole-updatelists + https://github.com/lovelaze/nebula-sync
I'll definitely give those a spin when I've done a fresh install of pihole 6. I've been hesitant to do so because I don't know how to do a fresh install easily when I've already used unbound to make my pi-hole a recursive DNS server and one of my pi-holes also doubles as an immich server so I have to do a lot of backing up I as of yet have been too lazy to do.
Since the update my pi-hole is stoll blocking stuff, but I can not reach the interface anymore. I'm on DietPi and use Unbound as well.
https://discourse.pi-hole.net/t/cannot-access-web-interface-after-pihole-6-update/77366/4
To start you should go to your web admin folder at
/var/www/html/admin
and run agit fsck
to make sure you're having the same problem as the person above. If you get a lot of failures, its likely the same issue.So based on this resolved thread, it looks like you need to install
git-repair
and then once again go to your pihole web admin interface folder at/var/www/html/admin
.Then once in that folder run
git-repair --force
and then when that completes rungit pull
. Hopefully that resolves this issue for you.