fix: ip header order again (add openpanel-client-ip)

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-11-17 16:01:13 +01:00
parent aa8765d627
commit 1562d49fd6
2 changed files with 4 additions and 3 deletions

View File

@@ -6,10 +6,11 @@
*/
export const DEFAULT_IP_HEADER_ORDER = [
'openpanel-client-ip',
'cf-connecting-ip',
'true-client-ip',
'x-forwarded-for',
'x-client-ip',
'x-forwarded-for',
'x-real-ip',
'fastly-client-ip',
'x-cluster-client-ip',