mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-26 08:32:58 -05:00
no problem with sysctl.
git-svn-id: file:///svn/unbound/trunk@862 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
04a896098e
commit
a2227517ed
2 changed files with 3 additions and 4 deletions
|
|
@ -30,7 +30,6 @@ server:
|
|||
# enable this feature to detect all available interfaces automatically
|
||||
# May not be supported on all platforms. experimental. Do not forget
|
||||
# to enable access-control for your ip4, ip6 and ip6mappedip4 addrs.
|
||||
# On FreeBSD needs net.inet6.ip6.v6only=0 in /etc/sysctl.conf.
|
||||
# interface-automatic: no
|
||||
|
||||
# port to answer queries from
|
||||
|
|
|
|||
|
|
@ -102,9 +102,9 @@ support in your OS for IPv6 (and its socket options). You have to set access
|
|||
control for IPv4, IPv6 addresses and also for mapped IPv4 to IPv6 addresses
|
||||
(i.e. ::ffff:192.168.0.0/112 and so on). IPv4 TCP connections use the IPv4
|
||||
access control, IPv4 UDP queries use the mapped access control.
|
||||
On FreeBSD it needs net.inet6.ip6.v6only=0 in /etc/sysctl.conf. OpenBSD may
|
||||
not support it at all.
|
||||
Default value is no.
|
||||
On FreeBSD sysconfig is associated with this, net.inet6.ip6.v6only in
|
||||
/etc/sysctl.conf, it should work with this set or unset. OpenBSD may not
|
||||
support it at all. Default value is no.
|
||||
.TP
|
||||
.B outgoing\-interface: \fI<ip address>
|
||||
Interface to use to connect to the network. This interface is used to send
|
||||
|
|
|
|||
Loading…
Reference in a new issue