From 7bbad709f97587658c48dd24d3a9e7f7f0dae886 Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Thu, 21 Aug 2025 18:59:31 +0200 Subject: [PATCH] NEWS: Prometheus HTTP server on 127.0.0.1 by default --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 8d656df55c..551e96eb08 100644 --- a/NEWS +++ b/NEWS @@ -67,6 +67,9 @@ Changed Functionality - The var-extraction-uri.zeek policy does not include the path in the ``uri_vars`` field anymore. +- By default, the Prometheus HTTP server now listens on ``127.0.0.1`` instead + of ``0.0.0.0``. + Removed Functionality ---------------------