mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Firewall Module - Add 443 for sensoroni
This commit is contained in:
@@ -326,6 +326,17 @@ enable_forwardnode_beats_5644_{{ip}}:
|
|||||||
- position: 1
|
- position: 1
|
||||||
- save: True
|
- save: True
|
||||||
|
|
||||||
|
enable_forwardnode_sensoroni_443_{{ip}}:
|
||||||
|
iptables.insert:
|
||||||
|
- table: filter
|
||||||
|
- chain: DOCKER-USER
|
||||||
|
- jump: ACCEPT
|
||||||
|
- proto: tcp
|
||||||
|
- source: {{ ip }}
|
||||||
|
- dport: 443
|
||||||
|
- position: 1
|
||||||
|
- save: True
|
||||||
|
|
||||||
enable_forwardnode_sensoroni_9822_{{ip}}:
|
enable_forwardnode_sensoroni_9822_{{ip}}:
|
||||||
iptables.insert:
|
iptables.insert:
|
||||||
- table: filter
|
- table: filter
|
||||||
|
|||||||
Reference in New Issue
Block a user