您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
454B

  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.