Skip to content

Commit 2cb3f4d

Browse files
authored
Merge pull request #2994 from cfengine/revert-2969-master
Revert "CFE-2528: Changed the default for allowallconnects"
2 parents 9a67f29 + bf6fb83 commit 2cb3f4d

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 => {},
125+
slist => { "127.0.0.1" , "::1", @(def.acl) },
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)