mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Firewall Fun
This commit is contained in:
@@ -3,19 +3,28 @@ firewall:
|
||||
hosts:
|
||||
analyst_workstations:
|
||||
description: List of IP Addresses or CIDR blocks to allow analyst workstations.
|
||||
global: True
|
||||
analyst:
|
||||
description: List of IP Addresses or CIDR blocks to allow analyst connections.
|
||||
global: True
|
||||
standalone:
|
||||
description: List of IP Addresses or CIDR blocks to allow standalone connections.
|
||||
global: True
|
||||
eval:
|
||||
description: List of IP Addresses or CIDR blocks to allow eval connections.
|
||||
global: True
|
||||
idh:
|
||||
description: List of IP Addresses or CIDR blocks to allow idh connections.
|
||||
global: True
|
||||
manager:
|
||||
description: List of IP Addresses or CIDR blocks to allow manager connections.
|
||||
global: True
|
||||
heavynode:
|
||||
description: List of IP Addresses or CIDR blocks to allow heavynode connections.
|
||||
global: True
|
||||
searchnode:
|
||||
description: List of IP Addresses or CIDR blocks to allow searchnode connections.
|
||||
global: True
|
||||
receiver:
|
||||
description: List of IP Addresses or CIDR blocks to allow receiver connections.
|
||||
description: List of IP Addresses or CIDR blocks to allow receiver connections.
|
||||
global: True
|
||||
|
||||
Reference in New Issue
Block a user