Loki: update proxy ip

This commit is contained in:
Filippo Berto 2023-10-02 23:37:10 +02:00
parent 0f820a99ef
commit e6e7415e4d
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -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";