1DNSBULKTEST(1) PowerDNS Authoritative Server DNSBULKTEST(1)
2
3
4
6 dnsbulktest - A debugging tool for intermittent resolver failures
7
9 dnsbulktest [OPTION]... IPADDRESS PORT [LIMIT]
10
12 dnsbulktest sends a large amount of different queries (for up to LIMIT
13 different domains) to the nameserver at IPADDRESS on port PORT. It
14 reads the domain names from STDIN in the alexa topX format and outputs
15 statistics on STDOUT.
16
18 --help, -h
19 Show a summary of options.
20
21 --quiet, -q
22 Don't show information on individual queries.
23
24 --type,-t <TYPE>
25 Query the nameserver for TYPE, A by default.
26
27 --envoutput, -e
28 Write results on STDOUT as shell environment variables
29
30 --version
31 Display the version of dnsbulktest
32
34 PowerDNS.COM BV
35
37 2001-2023, PowerDNS.COM BV
38
39
40
41
42 Oct 05, 2023 DNSBULKTEST(1)