From a67c6ed272cde3e0a4f3eb903498b2b886856361 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 7 Apr 2021 10:40:45 -0400 Subject: [PATCH] Did not read pspaceks comment correctly. If we were running fedora on nameservers we could go to 100k. For EL8/7 we can go to 1000 Signed-off-by: Stephen Smoogen --- roles/dns/files/named.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/dns/files/named.conf b/roles/dns/files/named.conf index 2e65c75ec1..14af8f83b4 100644 --- a/roles/dns/files/named.conf +++ b/roles/dns/files/named.conf @@ -37,7 +37,7 @@ options { pid-file "/var/run/named/named.pid"; statistics-file "/var/log/named.stats"; provide-ixfr no; - tcp-clients 100000; + tcp-clients 1000; version "cowbell++";