Overview of dnspython capabilities
maindnspython is a DNS toolkit for Python designed for tasks such as DNS queries, zone transfers, dynamic updates, and nameserver testing. It provides two levels of access:
- High-level access: Classes that perform queries for specific data (name, type, and class) and return answer sets.
- Low-level access: Classes that allow direct manipulation of DNS zones, messages, names, and records. Most Resource Record (RR) types are supported.