mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-22 15:13:59 -06:00
Updated order in which headers for remote IP detection are inspected
This commit is contained in:
parent
f5a30c4c2d
commit
8ec686f4e2
@ -7,11 +7,11 @@ return [
|
|||||||
'ip_address_resolution' => [
|
'ip_address_resolution' => [
|
||||||
'headers_to_inspect' => [
|
'headers_to_inspect' => [
|
||||||
'CF-Connecting-IP',
|
'CF-Connecting-IP',
|
||||||
'True-Client-IP',
|
|
||||||
'X-Real-IP',
|
|
||||||
'Forwarded',
|
|
||||||
'X-Forwarded-For',
|
'X-Forwarded-For',
|
||||||
'X-Forwarded',
|
'X-Forwarded',
|
||||||
|
'Forwarded',
|
||||||
|
'True-Client-IP',
|
||||||
|
'X-Real-IP',
|
||||||
'X-Cluster-Client-Ip',
|
'X-Cluster-Client-Ip',
|
||||||
'Client-Ip',
|
'Client-Ip',
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user