Skip to content

Instantly share code, notes, and snippets.

@damian-rzeszot
Last active May 10, 2025 14:20
Show Gist options
  • Save damian-rzeszot/d2d827a2f3cb535b4ff017bc1560d62b to your computer and use it in GitHub Desktop.
Save damian-rzeszot/d2d827a2f3cb535b4ff017bc1560d62b to your computer and use it in GitHub Desktop.
DuckDNS
#!/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