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.
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.