Commit a920d8c4 authored by Anton Babenko's avatar Anton Babenko Committed by GitHub

Merge pull request #5 from grem11n/master

Update default all-all rule
parents f9021241 5cf63bde
......@@ -102,7 +102,7 @@ variable "rules" {
zookeeper-jmx-tcp = [7199, 7199, "tcp", "JMX"]
# Open all ports & protocols
all-all = [-1, -1, "icmp", "All protocols"]
all-all = [-1, -1, "-1", "All protocols"]
all-tcp = [0, 65535, "tcp", "All TCP ports"]
all-udp = [0, 65535, "udp", "All UDP ports"]
all-icmp = [0, 65535, "icmp", "All IPV4 ICMP"]
......
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