What's Changed
- Added IP Matcher / Filter from CIDR by @LuitelSamikshya in #87
$ mapcidr -cidr 192.168.1.0/24 -mi ip_list_to_match.txt
$ mapcidr -cidr 192.168.1.224/28 -fi ip_list_to_filter.txt
- Added IP Encoding support by @Mzack9999 in #85
$ echo 127.0.1.0 | mapcidr -if 0 -silent
127.0.1.0
127.1
0177.0.01.0
0x7f.0x0.0x1.0x0
0x7f000100
0xabfa659dfa7f000100
281472812450048
111111111111111101111111000000000000000100000000
0x7f.0.01.0x0
::ffff:7f00:0100
%31%32%37%2E%30%2E%31%2E%30
127.000.001.000
Full Changelog: v1.0.0...v1.0.1