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