mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-16 22:12:48 +01:00
Firewall Module - Fix naming logic for syntax
This commit is contained in:
@@ -109,7 +109,7 @@ enable_salt_minions_3142_{{ip}}:
|
|||||||
# Allow Forward Nodes to send their beats traffic
|
# Allow Forward Nodes to send their beats traffic
|
||||||
{% for ip in pillar.get('forward_nodes') %}
|
{% for ip in pillar.get('forward_nodes') %}
|
||||||
|
|
||||||
enable_salt_minions_5044_{{ip}}:
|
enable_forwardnode_beats_5044_{{ip}}:
|
||||||
iptables.insert:
|
iptables.insert:
|
||||||
- table: filter
|
- table: filter
|
||||||
- chain: DOCKER-USER
|
- chain: DOCKER-USER
|
||||||
@@ -122,10 +122,10 @@ enable_salt_minions_5044_{{ip}}:
|
|||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
# Allow Forward Nodes to send their beats traffic
|
# Allow Beats Endpoints to send their beats traffic
|
||||||
{% for ip in pillar.get('beats_endpoint') %}
|
{% for ip in pillar.get('beats_endpoint') %}
|
||||||
|
|
||||||
enable_salt_minions_5044_{{ip}}:
|
enable_standard_beats_5044_{{ip}}:
|
||||||
iptables.insert:
|
iptables.insert:
|
||||||
- table: filter
|
- table: filter
|
||||||
- chain: DOCKER-USER
|
- chain: DOCKER-USER
|
||||||
|
|||||||
Reference in New Issue
Block a user