xref: /freebsd/contrib/unbound/README (revision 40f65a4df509c6b29b9e72407c7afefe28838844)
1*b7579f77SDag-Erling SmørgravUnbound README
2*b7579f77SDag-Erling Smørgrav* ./configure && make && make install
3*b7579f77SDag-Erling Smørgrav* You can use libevent if you want. libevent is useful when using
4*b7579f77SDag-Erling Smørgrav  many (10000) outgoing ports. By default max 256 ports are opened at
5*b7579f77SDag-Erling Smørgrav  the same time and the builtin alternative is equally capable and a
6*b7579f77SDag-Erling Smørgrav  little faster.
7*b7579f77SDag-Erling Smørgrav* More detailed README, README.svn, README.tests in doc directory
8*b7579f77SDag-Erling Smørgrav* manual pages can be found in doc directory, and are installed, unbound(8).
9*b7579f77SDag-Erling Smørgrav* example configuration file doc/example.conf
10*b7579f77SDag-Erling Smørgrav
11