mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-27 06:57:50 +02:00
IDH - Initial firewall support
This commit is contained in:
@@ -660,6 +660,10 @@ role:
|
||||
anywhere:
|
||||
portgroups:
|
||||
- {{ portgroups.ssh }}
|
||||
{% set idh_services = salt['pillar.get']('idh:services', []) %}
|
||||
{% for service in idh_services %}
|
||||
- {{ portgroups.service }}
|
||||
{% endfor %}
|
||||
dockernet:
|
||||
portgroups:
|
||||
- {{ portgroups.all }}
|
||||
|
||||
@@ -48,6 +48,15 @@ firewall:
|
||||
fleet_webui:
|
||||
tcp:
|
||||
- 443
|
||||
ftp:
|
||||
tcp:
|
||||
- 21
|
||||
git:
|
||||
tcp:
|
||||
- 9418
|
||||
http:
|
||||
tcp:
|
||||
- 80
|
||||
influxdb:
|
||||
tcp:
|
||||
- 8086
|
||||
|
||||
Reference in New Issue
Block a user