Firewall Module - Add 443 for sensoroni

This commit is contained in:
Mike Reeves
2019-06-10 18:49:29 -04:00
parent c2f1bb919e
commit 65ccef72b8

View File

@@ -326,6 +326,17 @@ enable_forwardnode_beats_5644_{{ip}}:
- position: 1
- 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}}:
iptables.insert:
- table: filter