mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Firewall Module - Add port for grafana
This commit is contained in:
@@ -324,6 +324,17 @@ enable_standard_analyst_443_{{ip}}:
|
|||||||
- position: 1
|
- position: 1
|
||||||
- save: True
|
- save: True
|
||||||
|
|
||||||
|
enable_standard_analyst_3000_{{ip}}:
|
||||||
|
iptables.insert:
|
||||||
|
- table: filter
|
||||||
|
- chain: DOCKER-USER
|
||||||
|
- jump: ACCEPT
|
||||||
|
- proto: tcp
|
||||||
|
- source: {{ ip }}
|
||||||
|
- dport: 3000
|
||||||
|
- position: 1
|
||||||
|
- save: True
|
||||||
|
|
||||||
#THIS IS TEMPORARY
|
#THIS IS TEMPORARY
|
||||||
enable_standard_analyst_5601_{{ip}}:
|
enable_standard_analyst_5601_{{ip}}:
|
||||||
iptables.insert:
|
iptables.insert:
|
||||||
|
|||||||
Reference in New Issue
Block a user