diff --git a/app/Http/Middleware/TrustProxies.php b/app/Http/Middleware/TrustProxies.php
index c73621e582506468c35973c557f6717ddab0b0a7..19455a48da08781e27fe32e4b44f4dd373f68afa 100644
--- a/app/Http/Middleware/TrustProxies.php
+++ b/app/Http/Middleware/TrustProxies.php
@@ -13,7 +13,7 @@ class TrustProxies extends Middleware
      * @var array|string
      */
     protected $proxies = [
-        '10.108.160.148',
+        '10.244.2.111/16',
     ];
 
     /**