Last active
May 10, 2025 14:20
-
-
Save damian-rzeszot/d2d827a2f3cb535b4ff017bc1560d62b to your computer and use it in GitHub Desktop.
DuckDNS
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
#!/bin/sh | |
TOKEN="..." | |
HOSTNAME="..." | |
curl "https://nouser:[email protected]/v3/update?hostname=$HOSTNAME&myip=" | |
echo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment