Speling: nameserver should be name server
This commit is contained in:
12
dnsupdate.1
12
dnsupdate.1
@@ -1,19 +1,19 @@
|
||||
.TH DNSUPDATE 1
|
||||
|
||||
.SH NAME
|
||||
.B dnsupdate \fP \- utility written in Python for dynamic hosts to update a nameserver
|
||||
.B dnsupdate \fP \- Updates a name server using a TSIG key
|
||||
|
||||
.SH SYNOPSIS
|
||||
.B dnsupdate\fp [ \fIoptions\fR ... ]
|
||||
|
||||
.SH "DESCRIPTION"
|
||||
Dnsupdate is a utility to let a host with a dynamic ip address securely update it's master nameserver using a TSIG key.
|
||||
Dnsupdate is a utility to let a host with a dynamic ip address securely update it's master name server using a TSIG key.
|
||||
|
||||
.SS "Requirements"
|
||||
Dnsupdate is written in Python and uses the dnspython toolkit which can be found at \fIhttp://www.dnspython.com/\fP.
|
||||
|
||||
.SS "Nameserver configuration"
|
||||
In order for dnsupdate to work the nameserver must be configured to allow dynamic updates using a TSIG key.
|
||||
.SS "Name Server configuration"
|
||||
In order for dnsupdate to work the name server must be configured to allow dynamic updates using a TSIG key.
|
||||
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
@@ -27,7 +27,7 @@ Remove the host from the zone
|
||||
The domain to update
|
||||
.TP
|
||||
.B \-f force
|
||||
Do not check with the nameserver if the host already has the ip information, just send the update
|
||||
Do not check with the name server if the host already has the ip information, just send the update
|
||||
.TP
|
||||
.B \-h help
|
||||
Print a help message and exit
|
||||
@@ -36,7 +36,7 @@ Print a help message and exit
|
||||
The public ip address of this machine
|
||||
.TP
|
||||
.B \-k keyname
|
||||
The name of the key used to authenticate with the nameserver
|
||||
The name of the key used to authenticate with the name server
|
||||
.TP
|
||||
.B \-n hostname
|
||||
Hostname of the machine to publish
|
||||
|
||||
Reference in New Issue
Block a user