]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
added (minimal) manpage for ldns-update
authorJelte Jansen <jeltejan@NLnetLabs.nl>
Thu, 15 Sep 2005 08:19:06 +0000 (08:19 +0000)
committerJelte Jansen <jeltejan@NLnetLabs.nl>
Thu, 15 Sep 2005 08:19:06 +0000 (08:19 +0000)
doc/ldns-update.1 [new file with mode: 0644]

diff --git a/doc/ldns-update.1 b/doc/ldns-update.1
new file mode 100644 (file)
index 0000000..e1ef3d7
--- /dev/null
@@ -0,0 +1,44 @@
+.TH keygen 1 "30 May 2005"
+.SH NAME
+ldns-update \- send a dynamic update packet
+.SH SYNOPSIS
+.B keygen 
+[
+.IR zone
+]
+.IR ip
+[
+.IR tsig_name 
+.IR tsig_als 
+.IR tsig_hmac
+] 
+
+.SH DESCRIPTION
+\fBldns-update\fR is used to send a dynamic update packet.
+
+.SH OPTIONS
+.TP
+\fBzone\fR
+Use this zone instead of trying to read it from the zonefile's SOA record.
+
+.TP
+\fBip\fR
+Send the update to this IP address
+
+.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.