Added notes that local system time must match server time.

This commit is contained in:
2006-01-29 15:28:43 +00:00
parent 753db550ac
commit 89c54b3a16
2 changed files with 8 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ Dnsupdate is a utility to let a host with a dynamic IP address securely update i
.SS "Requirements"
Dnsupdate is written in Python and requires Python > 2.0 to be installed.
The client systems time must match the servers time in order for the TSIG keys to work.
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.