From 76de33214df05bc13089b96e74bcd57fcebeb0c9 Mon Sep 17 00:00:00 2001 From: Fredrik Wahlberg Date: Sun, 1 Feb 2004 20:53:46 +0000 Subject: [PATCH] Info on needed Python modules --- dnsupdate.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dnsupdate.1 b/dnsupdate.1 index 8ca7768..47d699f 100644 --- a/dnsupdate.1 +++ b/dnsupdate.1 @@ -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.