freeswitch/libs/ldns/examples/ldns-update.1

45 lines
862 B
Groff

.TH ldns-update 1 "30 May 2005"
.SH NAME
ldns-update \- send a dynamic update packet
.SH SYNOPSIS
.B ldns-update
[
.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.