- Fix typo in unbound.conf.

git-svn-id: file:///svn/unbound/trunk@3821 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2016-07-20 07:22:26 +00:00
parent ef38c58e5f
commit 36f1332181
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
20 July 2016: Wouter
- Fix typo in unbound.conf.
18 July 2016: Wouter 18 July 2016: Wouter
- Fix #798: Client-side TCP fast open fails (Linux). - Fix #798: Client-side TCP fast open fails (Linux).

View file

@ -158,7 +158,7 @@ ip -6 route add local mynetblock/64 dev lo
Number of ports to open. This number of file descriptors can be opened per Number of ports to open. This number of file descriptors can be opened per
thread. Must be at least 1. Default depends on compile options. Larger thread. Must be at least 1. Default depends on compile options. Larger
numbers need extra resources from the operating system. For performance a numbers need extra resources from the operating system. For performance a
a very large value is best, use libevent to make this possible. very large value is best, use libevent to make this possible.
.TP .TP
.B outgoing\-port\-permit: \fI<port number or range> .B outgoing\-port\-permit: \fI<port number or range>
Permit unbound to open this port or range of ports for use to send queries. Permit unbound to open this port or range of ports for use to send queries.