mirror of
https://github.com/lord-alfred/ipranges.git
synced 2026-07-24 13:02:02 +00:00
Fix ip sorting
This commit is contained in:
@@ -17,4 +17,4 @@ grep -v ':' /tmp/openai.txt > /tmp/openai-ipv4.txt
|
||||
|
||||
|
||||
# sort & uniq
|
||||
sort -h /tmp/openai-ipv4.txt | uniq > openai/ipv4.txt
|
||||
sort -V /tmp/openai-ipv4.txt | uniq > openai/ipv4.txt
|
||||
|
||||
Reference in New Issue
Block a user