Skip to content

Commit

Permalink
add note about warning on manager for known_relay_topic()
Browse files Browse the repository at this point in the history
  • Loading branch information
dopheide-esnet committed Jun 21, 2022
1 parent d5f9044 commit 19207c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions scripts/known-hosts-with-dns.zeek
Expand Up @@ -93,6 +93,9 @@ export {
}

# concept stolen from scripts/base/protocols/irc/dcc-send.bro
# since this is only called by worker nodes, the manager may through an error:
# "non-exported function does not have any callers (Known::known_relay_topic)"

function known_relay_topic(): string{
local rval = Cluster::rr_topic(Cluster::proxy_pool, "known_rr_key");

Expand Down
2 changes: 1 addition & 1 deletion zkg.meta
@@ -1,5 +1,5 @@
[package]
version = 1.2.2
version = 1.2.4
tags = known-hosts, known_hosts, dns
script_dir = scripts
description = This script expands the base known-hosts policy to include reverse DNS queries and syncs it across all workers.
Expand Down

0 comments on commit 19207c0

Please sign in to comment.