Created
April 1, 2016 00:48
-
-
Save stajkowski/92dbde95660eaf19c70c343a877b39db to your computer and use it in GitHub Desktop.
DDNS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
External | |
======== | |
#!/bin/bash | |
curl --data "username=%dme_username%&password=%dme_pw%&id=%dme_id%&ip=%external_ip%" https://cp.dnsmadeeasy.com/servlet/updateip | |
Internal | |
======== | |
#!/bin/bash | |
curl --data "username=%dme_username%&password=%dme_pw%&id=%dme_id%&ip=%internal_ip%" https://cp.dnsmadeeasy.com/servlet/updateip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment