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

Arbitrary ip lists #4

Open ext4xfs opened 2 months ago

ext4xfs commented 2 months ago

This project is interesting to me because it almost implements https://github.com/WaterByWind/edgeos-bl-mgmt which allows arbitrary ip lists and coverts them into ipset lists. Using the iprange binary it also reduces the number of entries by deduplicating the ranges.

I am not ready to implement this myself, but I wanted to trow it out there in case you think it's worthwhile. I know I could just rely on the unifi version for blocking, but their ids/ips is pretty heavy and slows things down on fast connections. Not sure if the gateway uses ipset in the background for performance.