[Request] Allow search in blocklist pages

You can use the browser search for filtering your lists to find a specific entry. Would it make sense to implement an actual search function that reduces the displayed list in the modal to search queries? Like in the Query Log?
This would make finding multiple entries for the same domain much easier than using the browser search.

Multiple entries of the same domain are not possible (at least they should not be possible). Do you mean entries like

123.test.com
234.test.com
somethingelse.test.com

and such?

Yes, that's what I meant. Multiple subdomains that might warrant a wildcard block for the whole domain.

You can remove all duplicates from you blacklist.txt with:

sed -i s/^.*.test.com//g /etc/pihole/blacklist.txt

And then add a wildcard for the domain you want to block.

It's not like I can't do that but it would make the web interface a lot more useful if you could actually manage all of it from there. Ideally I want to be able to give someone access to the Pi-Hole console and have them manage stuff without ever touching the commandline on the Pi itself.

Thanks for the tip though.

Implemented.