Skip to content

Instantly share code, notes, and snippets.

@alanbchristie
Created August 1, 2026 11:50
Show Gist options
  • Select an option

  • Save alanbchristie/4ad2ceefda2870b0b728fe45979d6276 to your computer and use it in GitHub Desktop.

Select an option

Save alanbchristie/4ad2ceefda2870b0b728fe45979d6276 to your computer and use it in GitHub Desktop.
Updating noip-duc hostnames
# Using v3 (Rust rewrite)
noip-duc --version
# As ours if running as a service,
# edit /etc/default/noip-duc (the systemd unit reads its config from there)
# and change NOIP_HOSTNAMES, then:
sudo systemctl restart noip-duc
sudo systemctl status noip-duc
# One shortcut worth knowing: if you're using DDNS Keys,
# you set the hostname to all.ddnskey.com and it updates everything the key covers
# — no need to list individual hostnames. That means new hostnames get picked up
# without touching the config at all, as long as they're in the key's scope.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment