From 78567f865a86fdfe01b27e3663ad442ff465559e Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 5 Jul 2015 12:54:45 +0100 Subject: [PATCH] Updated trusted proxies --- config/trustedproxy.php | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/config/trustedproxy.php b/config/trustedproxy.php index e42ad1d0..e2b6a79d 100644 --- a/config/trustedproxy.php +++ b/config/trustedproxy.php @@ -28,25 +28,25 @@ return [ */ '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::', + '103.21.244.0/22', + '103.22.200.0/22', + '103.31.4.0/22', + '104.16.0.0/12', + '108.162.192.0/18', + '141.101.64.0/18', + '162.158.0.0/15', + '172.64.0.0/13', + '173.245.48.0/20', + '188.114.96.0/20', + '190.93.240.0/20', + '197.234.240.0/22', + '198.41.128.0/17', + '199.27.128.0/21', + '2400:cb00::/32', + '2405:8100::/32', + '2405:b500::/32', + '2606:4700::/32', + '2803:f800::/32', ], /*