From 36ccbef0021447ae7f23a0ae8fc6ff5070957b32 Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Sun, 25 May 2025 19:44:36 +0200 Subject: [PATCH] fix: fix typo in ip list --- apps/home-assistant/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/home-assistant/helmrelease.yaml b/apps/home-assistant/helmrelease.yaml index e22862e..b37fe51 100644 --- a/apps/home-assistant/helmrelease.yaml +++ b/apps/home-assistant/helmrelease.yaml @@ -45,5 +45,5 @@ spec: - 127.16.0.0/12 - 192.168.0.0/16 - ::1 - - 127.0.0.1/8 + - 127.0.0.1 # use_x_forwarded_for: true