diff options
author | flz <flz@FreeBSD.org> | 2005-04-15 04:55:22 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-15 04:55:22 +0000 |
commit | f9323a673d922399abd46c90d875fc9d9f4b6acb (patch) | |
tree | 1a0f79fa11c5ff0dde8c2e75e51fac136cb74c2f /dns/py-twistedNames/pkg-descr | |
parent | b54258b7dfe93fab1cd35b4483cff9e24a3a5c9f (diff) | |
download | FreeBSD-ports-f9323a673d922399abd46c90d875fc9d9f4b6acb.zip FreeBSD-ports-f9323a673d922399abd46c90d875fc9d9f4b6acb.tar.gz |
- Add py-twistedNames, a DNS protocol implementation with client and server.
PR: ports/79929
Submitted by: Neal Nelson <neal@nelson.name>
Diffstat (limited to 'dns/py-twistedNames/pkg-descr')
-rw-r--r-- | dns/py-twistedNames/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dns/py-twistedNames/pkg-descr b/dns/py-twistedNames/pkg-descr new file mode 100644 index 0000000..5d718dc --- /dev/null +++ b/dns/py-twistedNames/pkg-descr @@ -0,0 +1,13 @@ +Twisted Names is both a domain name server as well as a client resolver +library. Twisted Names comes with an "out of the box" nameserver which can +read most BIND-syntax zone files as well as a simple Python-based +configuration format. Twisted Names can act as an authoritative server, +perform zone transfers from a master to act as a secondary, act as a caching +nameserver, or any combination of these. Twisted Names' client resolver +library provides functions to query for all commonly used record types as +well as a replacement for the blocking gethostbyname() function provided by +the Python stdlib socket module. + +Twisted Names is available under the MIT Free Software licence. + +WWW: http://twistedmatrix.com/ |