add amazon ips

This commit is contained in:
Lord_Alfred
2021-07-29 17:53:47 +03:00
parent 7be1d52f62
commit f4d0df3234
2 changed files with 27 additions and 2 deletions
+5 -2
View File
@@ -11,8 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download Google IPs
run: bash google/downloader.sh
- name: Download IPs
run: |
bash google/downloader.sh
bash amazon/downloader.sh
- name: Set up Python 3.7
uses: actions/setup-python@v2
@@ -36,6 +38,7 @@ jobs:
run: |
set -euo pipefail
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
- name: Commit files
env: