From 6423b870240f7c739909c1143cad9857e2973baa Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 22 Dec 2017 14:55:23 +0100 Subject: [PATCH] Adding transfer parameters to BIND configuration --- customer/pixelpark-dns/common.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/customer/pixelpark-dns/common.yaml b/customer/pixelpark-dns/common.yaml index 56388eab..f7103467 100644 --- a/customer/pixelpark-dns/common.yaml +++ b/customer/pixelpark-dns/common.yaml @@ -223,6 +223,10 @@ bind::deploy::master_servers_local: - 'ns2-local.pp-dns.com' - 'ns3-local.pp-dns.com' +bind::transfers_in: 50 +bind::transfers_out: 50 +bind::transfers_per_ns: 5 + bind::deploy::api_port: 8081 bind::deploy::api_timeout: 20 -- 2.39.5