mirror of
https://github.com/lord-alfred/ipranges.git
synced 2026-07-24 21:11:56 +00:00
fix unique ips & add ipv6 merges
This commit is contained in:
@@ -36,8 +36,12 @@ jobs:
|
||||
- name: Merge IPv4 ranges
|
||||
run: |
|
||||
set -euo pipefail
|
||||
# ipv4
|
||||
python utils/merge.py --source=google/ipv4.txt | sort -h > google/ipv4_merged.txt
|
||||
python utils/merge.py --source=amazon/ipv4.txt | sort -h > amazon/ipv4_merged.txt
|
||||
# ipv6
|
||||
python utils/merge.py --source=google/ipv6.txt | sort -h > google/ipv6_merged.txt
|
||||
python utils/merge.py --source=amazon/ipv6.txt | sort -h > amazon/ipv6_merged.txt
|
||||
|
||||
- name: Commit files
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user