Replacing BIND with unbound

Peter Jeremy peter at rulingia.com
Tue Jul 10 02:56:28 UTC 2012


On 2012-Jul-10 00:40:07 +0200, Dag-Erling Smørgrav <des at des.no> wrote:
>They are sufficiently similar that writing a wrapper that supports a
>significant subset of dig's command-line option and uses drill as a
>backend shouldn't take more than an afternoon for a reasonably
>experienced programmer.

I would further suggest that where a dig(1) option isn't emulated, the
fallback error message should refer the user to drill(1).

>As for nslookup...  it's been deprecated for a decade.

But old fogies might still use it.  Can I suggest that something along
the lines of the the following be installed as /usr/bin/nslookup:

#!/bin/sh
echo "nslookup is no longer supported.  Please see drill(1) or host(1)" >&2
exit 1

-- 
Peter Jeremy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20120710/52a71a7d/attachment.pgp


More information about the freebsd-hackers mailing list