From 8a67c174c4809c0b47bce988e93dfd338db8814a Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Mon, 9 Dec 2024 19:55:41 +0100 Subject: [PATCH] Changed the default for allowallconnects allowallconnects should be for allowing parallel connections. Let's see if this is really necessary, since cf-agent should reuse an open connection and this shouldn't be needed, at least by default. Ticket: CFE-2528 Signed-off-by: Ole Herman Schumacher Elgesem --- controls/def.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controls/def.cf b/controls/def.cf index 6aa694d576..8e4f12b189 100644 --- a/controls/def.cf +++ b/controls/def.cf @@ -122,7 +122,7 @@ bundle common def any:: "control_server_allowallconnects" -> { "ENT-10212" } - slist => { "127.0.0.1" , "::1", @(def.acl) }, + slist => {}, if => not( isvariable( "control_server_allowallconnects" ) ), comment => concat( "We want to define the default setting for", " allowallconnects in body server control if not",