mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge remote-tracking branch 'origin/2.4/dev' into issue/10229
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## Security Onion 2.4 Beta 2
|
||||
## Security Onion 2.4 Beta 3
|
||||
|
||||
Security Onion 2.4 Beta 2 is here!
|
||||
Security Onion 2.4 Beta 3 is here!
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
||||
@@ -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