Skip to content

Commit 44da331

Browse files
authored
Merge pull request #2969 from olehermanse/master
CFE-2528: Changed the default for allowallconnects
2 parents 7e13113 + 8a67c17 commit 44da331

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)