Overview
Why I built it
- check whether a domain resolves into an expected range,
- verify if a direct IP is inside or outside a maintained CIDR list,
- keep a reliable source file of ranges,
- and then push those results into another system in exactly the input format that system expects.
Core capabilities
1. Range validation
The tool can validate whether an IP belongs to the maintained range set. That makes it useful for quickly deciding whether an address should be treated as local, routed differently, proxied, allowed, or blocked.
2. Domain checking
When a domain resolves to one or more IP addresses, the tool can help determine whether those addresses match the stored CIDR ranges. That is useful for policy checks and traffic-routing decisions.
3. CIDR range management
4. Automation-friendly output
One of the most useful parts of the tool is that it helps prepare the output for real-world systems. Instead of manually retyping or reshaping data, the generated content can be moved into tools and environments such as:
- MikroTik address lists
- Windscribe or similar routing configurations
- firewalls and ACL-style workflows
- proxies and split-routing tools
- custom scripts and operational tooling