ddns DDNS Cli util Support Dnspod Usage mkdir -p ~/app/ddns && cd $_ git clone http://github.com/pluveto/ddns . cp start.example.sh start.sh vi start.sh # (edit and config) chmod +x start.sh ./start.sh Auto update on boot crontab -e @reboot /root/app/ddns/start.sh