add an emtpy data dir and also download the tech implementation spec document
This commit is contained in:
parent
a0f30a6d91
commit
109e5f0efb
2 changed files with 3 additions and 2 deletions
0
containers/domain_registration_tracker/data/.gitkeep
Normal file
0
containers/domain_registration_tracker/data/.gitkeep
Normal file
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
# This script will download the list of domain registrars from iana.org
|
||||
#
|
||||
wget -O registrar-ids.xml https://www.iana.org/assignments/registrar-ids/registrar-ids.xml
|
||||
wget -O data/registrar-ids.xml https://www.iana.org/assignments/registrar-ids/registrar-ids.xml
|
||||
wget -O data/rdap_tech_specs.pdf https://www.icann.org/en/system/files/files/rdap-technical-implementation-guide-15feb19-en.pdf
|
||||
|
||||
cat registrar-ids.xml | xq > registrar_ids.json
|
||||
cat data/registrar-ids.xml | xq > data/registrar_ids.json
|
||||
|
|
Loading…
Add table
Reference in a new issue