infrastructure-roadmap icon indicating copy to clipboard operation
infrastructure-roadmap copied to clipboard

Edge firewall - option for ip address list(s)

Open axl303 opened this issue 8 months ago • 0 comments

A request for ip address list(s) (like ipsets) feature for grouping all ips into one list, which we want to allow or deny and save edge firewall rules for allowing ips, e.g: 127.0.0.1 (can be also 127.0.0.1/32) or 127.0.0.1/22 etc..

This will help us to save many rules. Example: Currently, we have 20 rules, and we need to use 15 of the rules just to whitelist ips (127.0.0.1/22, /32 or whatever ips we need) and we use them one by one, with ip lists we can allow/deny the whole list (which contains all the ips we need) with just one rule.

This should also improve edge firewall performance when dealing with some amount of high traffic, so it is a win-win feature I believe. :-)

Something like Cloudflare lists or Netfilter ipset

axl303 avatar Mar 28 '25 10:03 axl303