Commit 36d7df25 authored by Anton Babenko's avatar Anton Babenko

chore: Updated comment with correct UDP protocol number (fixes #137)

parent ecdf89ea
...@@ -3,7 +3,7 @@ variable "rules" { ...@@ -3,7 +3,7 @@ variable "rules" {
type = map(list(any)) type = map(list(any))
# Protocols (tcp, udp, icmp, all - are allowed keywords) or numbers (from https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml): # Protocols (tcp, udp, icmp, all - are allowed keywords) or numbers (from https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml):
# All = -1, IPV4-ICMP = 1, TCP = 6, UDP = 16, IPV6-ICMP = 58 # All = -1, IPV4-ICMP = 1, TCP = 6, UDP = 17, IPV6-ICMP = 58
default = { default = {
# ActiveMQ # ActiveMQ
activemq-5671-tcp = [5671, 5671, "tcp", "ActiveMQ AMQP"] activemq-5671-tcp = [5671, 5671, "tcp", "ActiveMQ AMQP"]
......
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