summaryrefslogtreecommitdiff
path: root/examples/ldns-update.1
blob: f36b2683401ab481ce323fdd8e0935f648bca080 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.TH ldns-update 1 "30 May 2005"
.SH NAME
ldns-update \- send a dynamic update packet
.SH SYNOPSIS
.B ldns-update
.IR name
[
.IR zone
]
[
.IR ip
]
[
.IR tsig_name
.IR tsig_alg
.IR tsig_hmac
] 

.SH DESCRIPTION
\fBldns-update\fR is used to send a dynamic update packet.

.SH OPTIONS
.TP
\fBname\fR
The domainname to associate with the given \fBip\fR address.

.TP
\fBzone\fR
When given uses this \fBzone\fR instead of trying to find and process \fBdomain\fR's SOA record.

.TP
\fBip\fR
Send the update to this IP address.
Or, when the literal text \fBnone\fR is given, remove any previous addresses.

.TP
\fBtsig_name tsig_alg tsig_hmac\fR
Use TSIG (rfc2845) to authenticate.

.SH EXAMPLE
ldns-update my.example.org 1.2.3.4

.SH AUTHOR
Written by Jakob Schlyter and Håkan Olsson, as an addition to the ldns library from NLnet Labs.

.SH REPORTING BUGS
Report bugs to <ldns-team@nlnetlabs.nl>. 

.SH COPYRIGHT
Copyright (C) 2005 NLnet Labs. This is free software. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.