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