Skip to content

Commit

Permalink
Changed the default for allowallconnects
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
olehermanse committed Jan 9, 2025
1 parent 7e13113 commit 8a67c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/def.cf
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8a67c17

Please sign in to comment.