Any CIDR-merge tool that can help to get small number of IP ranges for countries of interest? #1984
-
|
Hi. I would like to deny access to certain countries IP addresses for either all applications or just certain apps. I thought I could find balance between grouping and false negatives. If by upscaling from 16x Class B masks (/16 - 255.255.0.0) to a single Class A /12 subnet (255.240.0.0) I get only 10-15% false negatives, that would be worth a try. Also, how many "deny" IP masks records will be OK if to set them on a whole rdns app level? 10, 50, 100? mid-level brand A phone, 8GB RAM. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
one of use cases - some of video-streaming services don't like when they're reached through Tor, and simply ban particular countries. Thus, if someone is not specifically bothered by reducing anonymity, one could ban particular range for Tor app to reduce amount of weir cases where it's needed to refresh Tor. |
Beta Was this translation helpful? Give feedback.
-
|
You can rely on services like IPInfo / MaxMind etc but their premium services which are more accurate aren't free to use. Also see:
Think the app will 100 subnets just fine (our internal representation for IP addresses is optimized for storing subnets). Though IP address are different to domain name, but as a point of reference, the on-device blocklists do more than 13M domain name entries (with 120M+ RAM) just fine. |
Beta Was this translation helpful? Give feedback.
-
|
As I've found https://www.ipdeny.com/ipblocks/ that may be useful for my purpose, is there a way to import plain text file into IP rules of rdns? |
Beta Was this translation helpful? Give feedback.
You can rely on services like IPInfo / MaxMind etc but their premium services which are more accurate aren't free to use.
Also see:
Think the app will 100 subnets just fine (our internal representation for IP addresses is optimized for storing subnets). Though IP address are different to domain name, but as a point of reference, the on-device blocklists do more than 13M domain name entries (with 120M+ RAM) just fine.