Skip to content
This repository has been archived by the owner on Feb 16, 2019. It is now read-only.

caiguanhao/dnspodd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dnspodd

Get DNSPOD domain info and save them to Gists.

# store configs and keys in environment variables
for v in PROXYURL GISTID; do printf "$v: " && read $v && export $v; done && \
  for v in DPEMAIL DPPASSWORD GHTOKEN; do printf "$v: " && read -s $v && echo && export $v; done

# build without asking
./build.sh

# clean
unset PROXYURL GISTID DPEMAIL DPPASSWORD GHTOKEN

About

Print DNSPOD table changes (deprecated)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published