Change named settings for tcp connections

In order to try and fix the number of TCP connections allowed to get
to the dns servers by increasing from the default 100 to 1000. This
will hopefully help fix the issue in
https://pagure.io/fedora-infrastructure/issue/9850 where the name
servers are not able to answer TCP connections after a while.

Signed-off-by: Stephen Smoogen <smooge@smoogespace.com>
This commit is contained in:
Stephen Smoogen 2021-04-07 10:24:11 -04:00 committed by smooge
parent 5323f6d5fc
commit 764ef65e98

View file

@ -37,9 +37,11 @@ options {
pid-file "/var/run/named/named.pid";
statistics-file "/var/log/named.stats";
provide-ixfr no;
tcp-clients 1000;
version "cowbell++";
listen-on port 53 {
listen-on port 53 {
any;
};
listen-on-v6 port 53 {