Skip to content

[Enhacement] ip-blacklist - CIDR (diapasones) support #457

@iWARR

Description

@iWARR

Would be nice to have support for a blocking IPs not only one by one, but using diapasones (subnets).

Let's say, I know some spying/ad/tracking/malware subnet.
For example (M$ Ads Partner):

216.252.164.0 - 216.252.167.255 --- (1024 ip) --- AppNexus (US) ----M$ Ads Partner

Blocking all 1024 IPs one-by-one is an absurd.

But if CIDR will be supported, you can easily and fast add whole unwanted subnet
216.252.164.0 - 216.252.167.255 with only one string in CIDR format:

216.252.164.0/22


You can easily transform any IP diapasone to CIDR (and backward) using one of the websites over Internet:

IPADDRESSGUIDE: http://www.ipaddressguide.com/cidr

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions