Revert "Disable IPv6 per default, as it causes strong ipv4 degradation on machines"
This reverts commit ba73b71d51
.
This commit is contained in:
parent
ba73b71d51
commit
67d14129ba
@ -145,12 +145,7 @@ server:
|
|||||||
# do-ip4: yes
|
# do-ip4: yes
|
||||||
|
|
||||||
# Enable IPv6, "yes" or "no".
|
# Enable IPv6, "yes" or "no".
|
||||||
# If you need ipv6, check MTU and you might have to disable ip6tables
|
# do-ip6: yes
|
||||||
# see https://dnssec.surfnet.nl/?p=464
|
|
||||||
# Test using https://www.dns-oarc.net/oarc/services/replysizetest
|
|
||||||
# Setting this to yes on non-ipv6 enabled machine can cause the
|
|
||||||
# ipv4 query rate to drop from 40k qps to 1k qps
|
|
||||||
do-ip6: no
|
|
||||||
|
|
||||||
# Enable UDP, "yes" or "no".
|
# Enable UDP, "yes" or "no".
|
||||||
# do-udp: yes
|
# do-udp: yes
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
Summary: Validating, recursive, and caching DNS(SEC) resolver
|
||||||
Name: unbound
|
Name: unbound
|
||||||
Version: 1.4.5
|
Version: 1.4.5
|
||||||
Release: 3%{?dist}
|
Release: 2%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: http://www.nlnetlabs.nl/unbound/
|
Url: http://www.nlnetlabs.nl/unbound/
|
||||||
Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
|
Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
|
||||||
@ -195,10 +195,6 @@ fi
|
|||||||
%postun libs -p /sbin/ldconfig
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 26 2010 Paul Wouters <paul@xelerance.com> - 1.4.5-3
|
|
||||||
- Disable do-ipv6 per default - causes severe degradation on non-ipv6 machines
|
|
||||||
(see comments in inbound.conf)
|
|
||||||
|
|
||||||
* Tue Jun 15 2010 Paul Wouters <paul@xelerance.com> - 1.4.5-2
|
* Tue Jun 15 2010 Paul Wouters <paul@xelerance.com> - 1.4.5-2
|
||||||
- Bump release - forgot to upload the new tar ball.
|
- Bump release - forgot to upload the new tar ball.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user