Skip to content

Commit

Permalink
ntopng - fix netflow port
Browse files Browse the repository at this point in the history
  • Loading branch information
litinoveweedle committed Dec 26, 2024
1 parent 25845e5 commit 8e2ed6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ntopng/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: ntopng
version: "0.0.25"
version: "0.0.25b1"
slug: ntopng
description: The SoHo FOSS & FREE ntopng with netflow collector
url: "https://github.com/litinoveweedle/hassio-addons/tree/main/ntopng"
Expand Down
2 changes: 1 addition & 1 deletion ntopng/rootfs/etc/s6-overlay/s6-rc.d/netflow2ng/run
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if bashio::var.is_empty "${netflow_port}"; then
bashio::log.warning
options+=(--listen="127.0.0.1:2055")
else
options+=(--listen="0.0.0.0:$(bashio::config 'netflow_loc_port')")
options+=(--listen="0.0.0.0:${netflow_port}")
fi

# Find the matching netflow log level
Expand Down

0 comments on commit 8e2ed6b

Please sign in to comment.