>
>
> ndb/dnsquery also fails for wildcard names but works for real ones:
>
> cpu% ndb/dnsquery
> > foooo
> !dns: resource does not exist; negrcode 0
> > bar
> !dns: resource does not exist; negrcode 0
> > server
> server.local ip 10.0.0.1
> > other
> other.local ip 10.0.0.2
>
> Why do dnsquery and dnsdebug give different results?
>
>
For reference here is what dnsdebug gives me:

cpu% ndb/dnsdebug
> fooooo any
----------------------------
answer fooooo.local                        1 hr            came server.local
----------------------------
> bar any
----------------------------
answer bar.local                           1 hr            cname
server.local
----------------------------
> server any
----------------------------
answer server.local                         1 hr            ip   10.0.0.1
answer server.local                         1 hr            cname
server.local
----------------------------
> other any
----------------------------
answer other.local                       1 hr            ip   10.0.0.2
answer other.local                       1 hr            cname server.local
----------------------------

Reply via email to