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:
+1
-1
@@ -22,4 +22,4 @@ jq '.prefixes[] | [.ipv4Prefix][] | select(. != null)' -r /tmp/bing.json > /tmp/
|
||||
|
||||
|
||||
# sort & uniq
|
||||
sort -h /tmp/bing-ipv4.txt | uniq > bing/ipv4.txt
|
||||
sort -V /tmp/bing-ipv4.txt | uniq > bing/ipv4.txt
|
||||
|
||||
Reference in New Issue
Block a user