Commit c52fbbeb authored by Alejandro Garrido Mota's avatar Alejandro Garrido Mota Committed by Anton Babenko

Added NTP rule (#71)

parent 5b9be2c5
......@@ -38,6 +38,9 @@ variable "rules" {
dns-udp = [53, 53, "udp", "DNS"]
dns-tcp = [53, 53, "tcp", "DNS"]
# NTP - Network Time Protocol
ntp-udp = [123, 123, "udp", "NTP"]
# Elasticsearch
elasticsearch-rest-tcp = [9200, 9200, "tcp", "Elasticsearch REST interface"]
elasticsearch-java-tcp = [9300, 9300, "tcp", "Elasticsearch Java interface"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment