updateddns
#!/bin/bash | |
set -x | |
IP=$(wget -qO- http://ipecho.net/plain; echo) | |
wget -qO- http://username:password@dynupdate.no-ip.com/nic/update?hostname=fqdn.host.name&myip=$IP &> /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment