Add a full test server impl in this new package + tests. Move dnsrecorder into this package as well and finish up the commented out tests that were left in the old dnsrecorder package. Update all callers and tests. |
||
---|---|---|
.. | ||
errors.go | ||
errors_test.go | ||
README.md | ||
setup.go | ||
setup_test.go |
errors
errors enables error logging.
Any errors encountered during the query processing will be printed to standard output.
Syntax
errors
Examples
Use the whoami to respond to queries and Log errors to standard output.
. {
whoami
errors
}