Skip to content

Commit 8a67c17

Browse files
committed
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 <[email protected]>
1 parent 7e13113 commit 8a67c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/def.cf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ bundle common def
122122
any::
123123

124124
"control_server_allowallconnects" -> { "ENT-10212" }
125-
slist => { "127.0.0.1" , "::1", @(def.acl) },
125+
slist => {},
126126
if => not( isvariable( "control_server_allowallconnects" ) ),
127127
comment => concat( "We want to define the default setting for",
128128
" allowallconnects in body server control if not",

0 commit comments

Comments
 (0)