<meta http-equiv="Content-Type" content="text/html; charset=GB18030"><div data-testid="gfm-content" class="md" style="font-size: medium;"><p data-sourcepos="1:1-1:44" dir="auto">I filled confused when I read the query log,</p><div class="gl-relative markdown-code-block js-markdown-code"><pre data-sourcepos="2:1-9:3" class="code highlight js-syntax-highlight language-plaintext white" lang="plaintext" id="code-7"><code><i><span id="LC1" class="line" lang="plaintext">02-Aug-2021 14:45:49.477 queries: client @0x7f40b00104c8 192.168.100.126#38290 (235.91.251.148.origin.asn.cymru.com): query: 235.91.251.148.origin.asn.cymru.com IN A +E(0) (192.168.100.8)</span>
<span id="LC2" class="line" lang="plaintext">02-Aug-2021 14:45:49.507 queries: client @0x7f40b4000cc8 192.168.100.126#39323 (235.93.70.216.origin.asn.cymru.com): query: 235.93.70.216.origin.asn.cymru.com IN A +E(0) (192.168.100.8)</span>
<span id="LC3" class="line" lang="plaintext">02-Aug-2021 14:45:49.704 queries: client @0x7f40b4000cc8 192.168.100.126#55226 (236.112.24.104.origin.asn.cymru.com): query: 236.112.24.104.origin.asn.cymru.com IN A +E(0) (192.168.100.8)</span>
<span id="LC4" class="line" lang="plaintext">02-Aug-2021 14:45:49.808 queries: client @0x7f40b4000cc8 192.168.100.126#40445 (236.130.13.85.origin.asn.cymru.com): query: 236.130.13.85.origin.asn.cymru.com IN A +E(0) (192.168.100.8)</span>
<span id="LC5" class="line" lang="plaintext">02-Aug-2021 14:45:49.868 queries: client @0x7f40b00104c8 192.168.100.126#41471 (236.133.255.54.origin.asn.cymru.com): query: 236.133.255.54.origin.asn.cymru.com IN A +E(0) (192.168.100.8)</span>
<span id="LC6" class="line" lang="plaintext">02-Aug-2021 14:45:49.915 queries: client @0x7f40b4000cc8 192.168.100.126#55357 (236.138.233.54.origin.asn.cymru.com): query: 236.138.233.54.origin.asn.cymru.com IN A +E(0) (192.168.100.8)</span></i></code></pre><pre data-sourcepos="2:1-9:3" class="code highlight js-syntax-highlight language-plaintext white" lang="plaintext" id="code-7"><p data-sourcepos="10:1-10:113" dir="auto"><font editorwarp__="1" style="display: inline; font-size: 16px; font-family: Verdana; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0); font-weight: 400; font-style: normal;">As shown above, the queries come from the client whose ip is 192.168.100.126, there are several questions for me:</font></p></pre></div><ol data-sourcepos="11:1-14:0" dir="auto"><li data-sourcepos="11:1-11:125">All queries are from the same client whose ip is 192.168.100.126, but why the port which each query from is so different?</li><li data-sourcepos="12:1-12:104">I disabled the recursion of bind 9 ,but all the Recursion Desired flag was set '+', this confused me.</li><li data-sourcepos="13:1-14:0">The client object identifiers are not the same although all queries are from the same client.</li></ol><p data-sourcepos="15:1-15:78" dir="auto">One more thing, I use dlz to allows zone data to be retrieved from postgresql.<br></p></div>