Skip to content

Commit

Permalink
Added NTP rule (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
mogaal authored and antonbabenko committed Oct 11, 2018
1 parent 5b9be2c commit c52fbbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rules.tf
Expand Up @@ -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"]
Expand Down

0 comments on commit c52fbbe

Please sign in to comment.