From e6e7415e4da7a6d523346fe0c03de28254750a72 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 2 Oct 2023 23:37:10 +0200 Subject: [PATCH] Loki: update proxy ip --- instances/loki/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instances/loki/configuration.nix b/instances/loki/configuration.nix index 7580371..316a79c 100644 --- a/instances/loki/configuration.nix +++ b/instances/loki/configuration.nix @@ -301,7 +301,7 @@ with lib; { http = { use_x_forwarded_for = true; - trusted_proxies = [ "172.23.4.159" "::1" "127.0.0.1" ]; + trusted_proxies = [ "172.23.171.70" "::1" "127.0.0.1" ]; }; automation = "!include automations.yaml";