Merge pull request #10432 from Security-Onion-Solutions/distribsetup

Update so-functions
This commit is contained in:
Josh Patterson
2023-05-25 10:44:33 -04:00
committed by GitHub

View File

@@ -2314,8 +2314,8 @@ set_initial_firewall_access() {
so-firewall includehost analyst $ALLOW_CIDR --apply
fi
if [[ ! -z "$MINION_CIDR" ]]; then
so-firewall includehost sensors $MINION_CIDR
so-firewall includehost searchnodes $MINION_CIDR --apply
so-firewall includehost sensor $MINION_CIDR
so-firewall includehost searchnode $MINION_CIDR --apply
fi
}