From: Bob Halley Date: Fri, 3 Jul 2026 15:24:13 +0000 (-0700) Subject: Note module name is "dns" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70b246a9e9b3e5df9ad1186fa23fd52a6643bf13;p=thirdparty%2Fdnspython.git Note module name is "dns" --- diff --git a/README.md b/README.md index a6453f87..5f796bb9 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ 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. -To see a few of the ways `dnspython` can be used, look in the `examples/` -directory. +The module name for `dnspython` is `dns`. To see a few of the ways `dnspython` can be +used, look in the `examples/` directory. `dnspython` is a utility to work with DNS, `/etc/hosts` is thus not used. For simple forward DNS lookups, it's better to use `socket.getaddrinfo()` or