iprange
iprange copied to clipboard
manage IP ranges
IPv6?
I was experimenting to see what happened if I fed iprange IPv6 addresses, somewhat predictably it failed like so: ``` ::/8 iprange: Ignoring text after hostname '' on line 1:...
This is from `iprange 1.0.5_master`. First, set up two test files: ~~~~~ $ cat out $ iprange in --diff out $ iprange in --except except --reduce-factor 10 >out $ iprange...
This is probably an edge case, but I figured still worth reporting... I'm attaching a file [combined.txt](https://github.com/firehol/iprange/files/3592775/combined.txt) which is a concatenation of the cymru full bogons & cidr-report bogons lists....
Please add an option to configure the output of DNS resolution. For example, I'd like to see which domains can't be resolved (e.g. don't exist): ``` github.com 140.82.118.4 dead-domain.net ```...
Hi there, question, is it possible to somehow specify the DNS server which iprange should use to resolve hostnames to IPs? I'd like it to use a DNS server different...
The man page of iprage says the option _--ipset-reduce_ has "the internal default PERCENT is 20". Yet, when you don't use a number after the option strange things happen. For...
This isn't directly mentioned on the wiki page, but I had a hunch and after experimenting I found out that iprange will read numeric notation directly! So something like: iprange...
My question is, was it a typo or there is a release missing?
I was wondering if you could help me in understanding the wiki page for iprange. I've been trying to understand how to best reduce my ip sets. From what I...