Files
cachet-docker/app/config/packages/fideloper/proxy/config.php
2015-01-16 12:07:44 -06:00

52 lines
1.2 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Trusted Proxies
|--------------------------------------------------------------------------
|
| Set an array of trusted proxies, so Laravel knows to grab the client's
| information via the X-Forwarded-* headers.
|
| To trust all proxies, use the value '*':
|
| 'proxies' => '*'
|
|
| To trust only specific proxies (recommended), set an array of those
| proxies' IP addresses:
|
| 'proxies' => array('192.168.1.1', '192.168.1.2')
|
|
| Or use CIDR notation:
|
| 'proxies' => array('192.168.12.0/23')
|
*/
'proxies' => [
'204.93.240.0',
'204.93.177.0',
'199.27.128.0',
'173.245.48.0',
'103.21.244.0',
'103.22.200.0',
'103.31.4.0',
'141.101.64.0',
'108.162.192.0',
'190.93.240.0',
'188.114.96.0',
'197.234.240.0',
'198.41.128.0',
'162.158.0.0',
'2400:cb00::',
'2606:4700::',
'2803:f800::',
'2405:b500::',
'2405:8100::',
],
];