From bf2ca88fab894f7511157339239aa0463caef7c1 Mon Sep 17 00:00:00 2001 From: piotrchludzinski Date: Tue, 26 Mar 2019 15:28:52 +0100 Subject: [PATCH] Update GeoIP.php --- src/GeoIP.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GeoIP.php b/src/GeoIP.php index 61865cc..41c3778 100644 --- a/src/GeoIP.php +++ b/src/GeoIP.php @@ -230,6 +230,7 @@ public function getCache() public function getClientIP() { $remotes_keys = [ + 'HTTP_X_FORWARDED_IP', 'HTTP_X_FORWARDED_FOR', 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED',