From 602c4df2ec86c90fac15da2018650a354a5a331a Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@suma-ev.de> Date: Fri, 7 Feb 2020 09:25:44 +0100 Subject: [PATCH] added current metager ip to trusted proxies --- config/trustedproxy.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/trustedproxy.php b/config/trustedproxy.php index b2359b8ad..cd3476603 100644 --- a/config/trustedproxy.php +++ b/config/trustedproxy.php @@ -15,6 +15,8 @@ return [ */ 'proxies' => [ '10.244.0.0/16', + '144.76.113.134', + '144.76.88.77', ], /* -- GitLab