You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
454 B

4 years ago
  1. dnspython is a DNS toolkit for Python. It supports almost all
  2. record types. It can be used for queries, zone transfers, and dynamic
  3. updates. It supports TSIG authenticated messages and EDNS0.
  4. dnspython provides both high and low level access to DNS. The high
  5. level classes perform queries for data of a given name, type, and
  6. class, and return an answer set. The low level classes allow
  7. direct manipulation of DNS zones, messages, names, and records.