1ldns-update(1) General Commands Manual ldns-update(1)
2
3
4
6 ldns-update - send a dynamic update packet
7
9 ldns-update [ zone ] ip [ tsig_name tsig_als tsig_hmac ]
10
11
13 ldns-update is used to send a dynamic update packet.
14
15
17 zone Use this zone instead of trying to read it from the zonefile's
18 SOA record.
19
20
21 ip Send the update to this IP address
22
23
24 tsig_name tsig_alg tsig_hmac
25 Use TSIG (rfc2845) to authenticate.
26
27
29 ldns-update my.example.org 1.2.3.4
30
31
33 Written by Jakob Schlyter and Håkan Olsson, as an addition to the ldns
34 library from NLnet Labs.
35
36
38 Report bugs to <ldns-team@nlnetlabs.nl>.
39
40
42 Copyright (C) 2005 NLnet Labs. This is free software. There is NO war‐
43 ranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR‐
44 POSE.
45
46
47
48 30 May 2005 ldns-update(1)