Firewall Fun

This commit is contained in:
Mike Reeves
2022-09-16 13:38:07 -04:00
parent 0eb6388ea3
commit 1c9069690f
2 changed files with 6 additions and 6 deletions

View File

@@ -7,9 +7,9 @@ firewall:
eval: [] eval: []
idh: [] idh: []
manager: [] manager: []
heavynode: [] heavynodes: []
searchnode: [] searchnodes: []
receiver: [] receivers: []
portgroups: portgroups:
standalone: standalone:

View File

@@ -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