Commit fa4656da authored by Vitaly Lipatov's avatar Vitaly Lipatov

add nic_domains.sh for get domains info

parent f5c834a4
#!/bin/sh
# https://www.nic.ru/manager/docs/partners/protocol/access_list_domains.shtml
passwd=$(cat /home/share/Внутренние/nic-passwd)
curl "https://www.nic.ru/downloads/domains.gz?login=7550/NIC-REG/adm&password=$passwd" | ercat > domains.tsv
#sort -k3.8 -k3.4 -k3.1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment