<br>I noticed that there is an
option named 'list_stubs' for unbound-control. Here is the introduction
of it on manual pages for unbound-control:<br><pre> <b>list</b><i>_</i><b>stubs</b>
List the stub zones in use. These are printed one by one to the
output. This includes the root hints in use.<br><br>What does 'in use' mean? <br>What will happen to the result after querying unbound for the exact RR records if I set stub_prime?<br><br>e.g. stub-zone:<br>
name: "example"<br> stub-addr: 10.53.0.1<br> stub-prime: yes<br><br>RRset on <a href="http://10.53.0.1/" target="_blank">10.53.0.1</a>:<br>example. IN NS ns1<br>ns1 IN A 10.53.0.2<br><br>Thanks<br>
Cathy</pre>