diff --git a/inc/src/Maintenance/functions_data.php b/inc/src/Maintenance/functions_data.php index 6f48929abb..4e74e017d4 100644 --- a/inc/src/Maintenance/functions_data.php +++ b/inc/src/Maintenance/functions_data.php @@ -173,7 +173,8 @@ function writeConfigurationFile(array $config): void */ \$config['disallowed_remote_addresses'] = array( - '127.0.0.1', + '0.0.0.0', + '127.0.0.0/8', '10.0.0.0/8', '172.16.0.0/12', '192.168.0.0/16',