Documentation ¶
Overview ¶
minidns is a trivial DNS server used for testing.
It takes an "answers" file which contains lines with the following format:
<domain> <type> <value>
For example:
blah A 1.2.3.4 blah MX mx1
Supported types: A, AAAA, MX, TXT.
It's only meant to be used for testing, so it's not robust, performant, or standards compliant.
Click to show internal directories.
Click to hide internal directories.