diff --git a/netalertx/CHANGELOG.md b/netalertx/CHANGELOG.md index 9133d8d92..d8f0e67c9 100644 --- a/netalertx/CHANGELOG.md +++ b/netalertx/CHANGELOG.md @@ -1,3 +1,5 @@ +## 25.6.7-2 (16-06-2025) +- IPv6 Fix ## 25.6.7 (07-06-2025) - Update to latest version from jokob-sk/NetAlertX (changelog : https://github.com/jokob-sk/NetAlertX/releases) diff --git a/netalertx/config.json b/netalertx/config.json index 40918d408..16f22f223 100644 --- a/netalertx/config.json +++ b/netalertx/config.json @@ -51,5 +51,5 @@ "slug": "netalertx", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "25.6.7" + "version": "25.6.7-2" } diff --git a/netalertx/rootfs/etc/nginx/http.d/ingress.conf b/netalertx/rootfs/etc/nginx/http.d/ingress.conf index 249c56e42..3bbe1f863 100644 --- a/netalertx/rootfs/etc/nginx/http.d/ingress.conf +++ b/netalertx/rootfs/etc/nginx/http.d/ingress.conf @@ -6,7 +6,7 @@ server { include /etc/nginx/includes/proxy_params.conf; location / { - proxy_pass http://localhost:20211/; + proxy_pass http://127.0.0.1:20211/; rewrite ^%%ingress_entry%%/?(.*)$ /$1 break; sub_filter_once off; sub_filter_types *;