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:
@@ -7,9 +7,9 @@ firewall:
|
|||||||
eval: []
|
eval: []
|
||||||
idh: []
|
idh: []
|
||||||
manager: []
|
manager: []
|
||||||
heavynode: []
|
heavynodes: []
|
||||||
searchnode: []
|
searchnodes: []
|
||||||
receiver: []
|
receivers: []
|
||||||
|
|
||||||
portgroups:
|
portgroups:
|
||||||
standalone:
|
standalone:
|
||||||
|
|||||||
@@ -19,12 +19,12 @@ firewall:
|
|||||||
manager:
|
manager:
|
||||||
description: List of IP Addresses or CIDR blocks to allow manager connections.
|
description: List of IP Addresses or CIDR blocks to allow manager connections.
|
||||||
global: True
|
global: True
|
||||||
heavynode:
|
heavynodes:
|
||||||
description: List of IP Addresses or CIDR blocks to allow heavynode connections.
|
description: List of IP Addresses or CIDR blocks to allow heavynode connections.
|
||||||
global: True
|
global: True
|
||||||
searchnode:
|
searchnodes:
|
||||||
description: List of IP Addresses or CIDR blocks to allow searchnode connections.
|
description: List of IP Addresses or CIDR blocks to allow searchnode connections.
|
||||||
global: True
|
global: True
|
||||||
receiver:
|
receivers:
|
||||||
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
|
global: True
|
||||||
|
|||||||
Reference in New Issue
Block a user