From: Jelte Jansen Date: Thu, 15 Sep 2005 08:19:06 +0000 (+0000) Subject: added (minimal) manpage for ldns-update X-Git-Tag: release-1.0.0~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7f6b0c909f138fe9382c100b24604a656eb0841;p=thirdparty%2Fldns.git added (minimal) manpage for ldns-update --- diff --git a/doc/ldns-update.1 b/doc/ldns-update.1 new file mode 100644 index 00000000..e1ef3d7b --- /dev/null +++ b/doc/ldns-update.1 @@ -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 . + +.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.