mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-13 04:32:48 +01:00
Merge pull request #10432 from Security-Onion-Solutions/distribsetup
Update so-functions
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user