Update README.md

This commit is contained in:
LRVT
2024-05-16 23:19:07 +02:00
committed by GitHub
parent 982e610ca0
commit 86ed5bbadb

View File

@@ -32,9 +32,9 @@ $CONFIG = array (
),
'trusted_proxies' =>
array (
0 => '10.0.0.0/8',
1 => '172.16.0.0/12',
2 => '192.168.0.0/16',
0 => ['10.0.0.0/8'],
1 => ['172.16.0.0/12'],
2 => ['192.168.0.0/16'],
),
'overwriteprotocol' => 'https',
'maintenance_window_start' => 1,