mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add some text to clarify that nslookup and dig are no longer in the base system
after the removal of BIND.
This commit is contained in:
parent
73f82099ea
commit
8a65c0b93a
1 changed files with 6 additions and 1 deletions
7
UPDATING
7
UPDATING
|
|
@ -76,7 +76,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
|
|||
BIND has been removed from the base system. If all you need
|
||||
is a local resolver, simply enable and start the local_unbound
|
||||
service instead. Otherwise, several versions of BIND are
|
||||
available in the ports tree.
|
||||
available in the ports tree. The dns/bind99 port is one example.
|
||||
|
||||
With this change, nslookup(1) and dig(1) are no longer in the base
|
||||
system. Users should instead use host(1) which is still
|
||||
in the base system. Alternatively, nslookup and dig can
|
||||
be obtained by installing the dns/bind-tools port.
|
||||
|
||||
20130916:
|
||||
With the addition of unbound(8), a new unbound user is now
|
||||
|
|
|
|||
Loading…
Reference in a new issue