diff options
Diffstat (limited to 'libraries/dnspython/README')
-rw-r--r-- | libraries/dnspython/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/dnspython/README b/libraries/dnspython/README index 983875ac1e..5190a47b0b 100644 --- a/libraries/dnspython/README +++ b/libraries/dnspython/README @@ -6,3 +6,5 @@ dnspython provides both high and low level access to DNS. The high level classes perform queries for data of a given name, type, and class, and return an answer set. The low level classes allow direct manipulation of DNS zones, messages, names, and records. + +Optionally, dnspython can use pycrypto for DNSSEC functionality. |