Commit 5cf63bde authored by Yurii Rochniak's avatar Yurii Rochniak Committed by GitHub

Update default all-all rule

Currently, all-all rule makes the same job as all-icmp
This change will make this rule apply to ALL traffic
parent f9021241
......@@ -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