diff --git a/loki/configuration.nix b/loki/configuration.nix index 9cb354c..e85e386 100644 --- a/loki/configuration.nix +++ b/loki/configuration.nix @@ -352,7 +352,7 @@ with lib; { http = { use_x_forwarded_for = true; - trusted_proxies = [ "172.23.252.242" "::1" "127.0.0.1" ]; + trusted_proxies = [ "172.23.15.212" "::1" "127.0.0.1" ]; }; cloud = { };