CoreDNS Latency Plugin
Name
latency - let you add custom latency before answer
it'll also dump the queries
Description
** uses the synax from the log plugin, and defaults to this format:
{remote} - {>id} {type} {class} {name} {proto} {port}
So a query will show up as:
:1 - 3644 MX IN example.net. udp 46481
An extra TCP server is also run on port 2204 and accepts commands
Change current latency:
LATENCY xxx
Syntax
latency
Examples
Dump all queries.
. {
latency
}