Skip to content

Commit

Permalink
Merge pull request #2969 from olehermanse/master
Browse files Browse the repository at this point in the history
CFE-2528: Changed the default for allowallconnects
  • Loading branch information
olehermanse authored Jan 13, 2025
2 parents 7e13113 + 8a67c17 commit 44da331
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 44da331

Please sign in to comment.