Created
August 1, 2026 11:50
-
-
Save alanbchristie/4ad2ceefda2870b0b728fe45979d6276 to your computer and use it in GitHub Desktop.
Updating noip-duc hostnames
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
| # 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