mirror of https://github.com/getdnsapi/getdns.git
Detect freed memory usage with recursive queries
Only when using unbound-event-api and doing queries for names in /etc/hosts
This commit is contained in:
parent
c05f963719
commit
0bd4026898
|
@ -6,8 +6,12 @@
|
||||||
|
|
||||||
cat >queries <<EOT
|
cat >queries <<EOT
|
||||||
NS .
|
NS .
|
||||||
|
localhost
|
||||||
|
localhost.
|
||||||
|
A localhost.
|
||||||
-A getdnsapi.net
|
-A getdnsapi.net
|
||||||
qwerlkjhasdfpuiqwyerm.1234kjhrqwersv.com
|
qwerlkjhasdfpuiqwyerm.1234kjhrqwersv.com
|
||||||
|
localhost.
|
||||||
-G TXT bogus.nlnetlabs.nl
|
-G TXT bogus.nlnetlabs.nl
|
||||||
-H 8.8.8.8
|
-H 8.8.8.8
|
||||||
-H 2a04:b900:0:100::37
|
-H 2a04:b900:0:100::37
|
||||||
|
|
Loading…
Reference in New Issue