Info on needed Python modules

This commit is contained in:
2004-02-01 20:53:46 +00:00
parent 95116eae88
commit 76de33214d

View File

@@ -10,7 +10,11 @@
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.
Dnsupdate is written in Python and requires Python > 2.0 to be installed.
It also uses the dnspython toolkit which can be found at \fIhttp://www.dnspython.com/\fP.
If a Python version before 2.3 is used the Optik toolkit is required. It provides parsing of command line paramters and can be found at \fihttp://optik.sourceforge.net/\fP.
.SS "Name Server configuration"
In order for dnsupdate to work the name server must be configured to allow dynamic updates using a TSIG key.