ldns-update¶
Synopsis¶
ldns-update <DOMAIN NAME> [ZONE] <IP>
[<TSIG KEY NAME> <TSIG ALGORITHM> <TSIG KEY DATA>]
Description¶
ldns-update sends a dynamic update packet to update an IP (or delete all existing IPs) for a domain name.
Options¶
- <DOMAIN NAME>¶
The domain name to update the IP address of
- <ZONE>¶
The zone to send the update to (if omitted, derived from SOA record)
- <IP>¶
The IP to update the domain with (
noneto remove any existing IPs)
- <TSIG KEY NAME>¶
TSIG key name
- <TSIG ALGORITHM>¶
TSIG algorithm (e.g. “hmac-sha256”)
- <TSIG KEY DATA>¶
Base64 encoded TSIG key data.
- -h, --help¶
Print the help text (short summary with
-h, long help with--help).