Add Oracle Cloud

This commit is contained in:
Lord_Alfred
2021-08-01 14:45:29 +03:00
parent 5d5c452889
commit 4d101adebf
3 changed files with 28 additions and 0 deletions
+2
View File
@@ -15,6 +15,7 @@ jobs:
bash google/downloader.sh
bash amazon/downloader.sh
bash microsoft/downloader.sh
bash oracle/downloader.sh
- name: Set up Python 3.7
uses: actions/setup-python@v2
@@ -41,6 +42,7 @@ jobs:
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
python utils/merge.py --source=microsoft/ipv4.txt | sort -h > microsoft/ipv4_merged.txt
python utils/merge.py --source=oracle/ipv4.txt | sort -h > oracle/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