mirror of
https://github.com/lord-alfred/ipranges.git
synced 2026-07-04 19:21:55 +00:00
Fix ip sorting
This commit is contained in:
@@ -32,5 +32,5 @@ download_and_parse "57062"
|
||||
|
||||
|
||||
# sort & uniq
|
||||
sort -h /tmp/microsoft-ipv4.txt | uniq > microsoft/ipv4.txt
|
||||
sort -h /tmp/microsoft-ipv6.txt | uniq > microsoft/ipv6.txt
|
||||
sort -V /tmp/microsoft-ipv4.txt | uniq > microsoft/ipv4.txt
|
||||
sort -V /tmp/microsoft-ipv6.txt | uniq > microsoft/ipv6.txt
|
||||
|
||||
Reference in New Issue
Block a user