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: []
idh: []
manager: []
heavynode: []
searchnode: []
receiver: []
heavynodes: []
searchnodes: []
receivers: []
portgroups:
standalone:

View File

@@ -19,12 +19,12 @@ firewall:
manager:
description: List of IP Addresses or CIDR blocks to allow manager connections.
global: True
heavynode:
heavynodes:
description: List of IP Addresses or CIDR blocks to allow heavynode connections.
global: True
searchnode:
searchnodes:
description: List of IP Addresses or CIDR blocks to allow searchnode connections.
global: True
receiver:
receivers:
description: List of IP Addresses or CIDR blocks to allow receiver connections.
global: True