Last active
April 4, 2025 08:20
-
-
Save Goddard/98fdf33088bc8f3f4345f008d3887b0c to your computer and use it in GitHub Desktop.
auto update ip script for dynamic dns
This file contains hidden or 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
curl -i -H "Accept: application/xml" -H "Content-Type: application/xml" -X GET https://dynamicdns.park-your-domain.com/update?host=@&domain=[domain]&password=[update-password]&ip=[local-ip] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This works for me (note the quote marks):
curl -i -H "Accept: application/xml" -H "Content-Type: application/xml" -X GET "https://dynamicdns.park-your-domain.com/update?host=@&domain=[domain]&password=[update-password]&ip=[local-ip]"