summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d8c4cde..5cac345 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,9 @@ manipulation of DNS zones, messages, names, and records.
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, better use `socket.gethostbyname()`.
+
dnspython originated at Nominum where it was developed to facilitate
the testing of DNS software. Nominum has generously allowed it to be
open sourced under a BSD-style license, and helps support its future