mirror of
https://git.smolkik.ru/smolkik_adm/ipranges.git
synced 2026-09-01 15:35:31 +00:00
Fix ip sorting
This commit is contained in:
@@ -7,5 +7,5 @@ set -x
|
||||
curl -s https://core.telegram.org/resources/cidr.txt > /tmp/telegram.txt
|
||||
|
||||
# seperate IPv4 and IPv6, sort an uniq
|
||||
grep -v ':' /tmp/telegram.txt | sort -h | uniq > telegram/ipv4.txt
|
||||
grep ':' /tmp/telegram.txt | sort -h | uniq > telegram/ipv6.txt
|
||||
grep -v ':' /tmp/telegram.txt | sort -V | uniq > telegram/ipv4.txt
|
||||
grep ':' /tmp/telegram.txt | sort -V | uniq > telegram/ipv6.txt
|
||||
|
||||
Reference in New Issue
Block a user