From cb7cc9a6153f8312cce63888b3244eb682e9b082 Mon Sep 17 00:00:00 2001 From: litinoveweedle <15144712+litinoveweedle@users.noreply.github.com> Date: Thu, 26 Dec 2024 10:45:17 +0100 Subject: [PATCH] ntopng - 0.0.25 --- ntopng/CHANGELOG.md | 5 +++++ ntopng/rootfs/etc/s6-overlay/s6-rc.d/init-nginx/run | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ntopng/CHANGELOG.md b/ntopng/CHANGELOG.md index 25f90af..3c51f10 100644 --- a/ntopng/CHANGELOG.md +++ b/ntopng/CHANGELOG.md @@ -1,5 +1,10 @@ +## 0.0.25 + +- bumped nDPI to 4.8 +- internal ports could be modified + ## 0.0.24 - fixed bashio logs for GeoIP diff --git a/ntopng/rootfs/etc/s6-overlay/s6-rc.d/init-nginx/run b/ntopng/rootfs/etc/s6-overlay/s6-rc.d/init-nginx/run index df4cbe9..8db9090 100755 --- a/ntopng/rootfs/etc/s6-overlay/s6-rc.d/init-nginx/run +++ b/ntopng/rootfs/etc/s6-overlay/s6-rc.d/init-nginx/run @@ -14,7 +14,7 @@ fi # Generate Upstream configuration bashio::var.json \ ntopng_port "$(bashio::config 'ntopng_loc_port')" \ - netflow2ng_port "^$(bashio::config 'netflow2ng_loc_port')" \ + netflow2ng_port "$(bashio::config 'netflow2ng_loc_port')" \ | tempio \ -template /etc/nginx/templates/upstream.gtpl \ -out /etc/nginx/includes/upstream.conf