shlink/config/autoload/client-detection.global.php

21 lines
362 B
PHP
Raw Normal View History

<?php
2019-10-05 18:26:10 +03:00
declare(strict_types=1);
return [
'ip_address_resolution' => [
'headers_to_inspect' => [
2019-08-01 19:31:18 +03:00
'CF-Connecting-IP',
'X-Forwarded-For',
'X-Forwarded',
'Forwarded',
'True-Client-IP',
'X-Real-IP',
'X-Cluster-Client-Ip',
'Client-Ip',
],
],
];