Skip to content

Commit

Permalink
Update default Configuration File content
Browse files Browse the repository at this point in the history
  • Loading branch information
dvz committed Apr 30, 2024
1 parent 28f076e commit a0f4cee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 1.8/administration/configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ $config['disallowed_remote_hosts'] = array(
*/

$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',
Expand Down

0 comments on commit a0f4cee

Please sign in to comment.