Jun Xiang X Tee <j...@purdue.edu> wrote:
>
>   I wish to know efficient ways to query "resolver" and "lwresd". To my
> understanding, "resolver" is the iterative full DNS resolver,

"resolver" is a generic term. I think you are thinking of "named", BIND's
DNS server.

> and "lwresd" is the lightweight resolver daemon.
>
>   I plan to use "dig" to query both of them. I am not able to find a way
> to query "resolver" using "dig".

`dig` is a DNS client, not a lwres client, so it'll work as a client for
named. The lightweight resolver is a weird beast that is designed to move
most of the DNS logic out of the libc stub resolver into lwresd. lwresd is
an alias for named which enables the nonstandard lightweight resolver
protocol. BIND doesn't have a command-line lwres client, just some test
harnesses.

lwres is hardly ever used and can mostly be ignored.

Tony.
-- 
f.anthony.n.finch  <d...@dotat.at>  http://dotat.at/  -  I xn--zr8h punycode
Trafalgar: Northerly 4 or 5, but easterly 6 to gale 8 in far southeast.
Moderate, occasionally rough in far southeast. Fair. Moderate or good.
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to