Veaceslav Revutchi wrote:
> I see the server forwarding the query and it gets the answer below:
>
> ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
> ;;
> ;; ANSWER SECTION:
> aaa.example.org. 200 IN CNAME bbb.example.net.
> bbb.example.net. 60 IN A 10.64.64.64
>
> I would
Hi, I have a statement in my recursive resolver (rr-server) similar to this:
zone "example.org" { type forward; forward only; forwarders {
10.64.1.1; 10.64.1.2; } ; };
When clients ask for "aaa.example.org" I would expect it to send the
same query to one of the IPs above and return the answer to
2 matches
Mail list logo