pridkett / unifi-doh-blocker

Looking for an easy way to block outbound DNS-over-HTTPS? This might be it
MIT License
6 stars 1 forks source link

Sorting so that it's easier to find an IP if you need to unblock it. #5

Closed charlestephen closed 1 week ago

charlestephen commented 1 week ago

I added sorting so it’s easier to find a specific IP address in case you need to unblock it. I ran into this as the lists I’m using are blocking 7,000 IPs and one included Github’s IPs.

Thanks for this!

pridkett commented 1 week ago

Thanks for this. I appreciate the fact that you sorted the IP addresses by their values rather than their strings. Makes a huge difference. Nice usability improvement.