Commit 3935eff5 authored by Blake Jackson's avatar Blake Jackson Committed by Anton Babenko

Added entry for 8443 (#98)

Added entry for 8443, since we're allowing 8080
parent 469854ac
......@@ -52,6 +52,7 @@ variable "rules" {
# HTTPS
https-443-tcp = [443, 443, "tcp", "HTTPS"]
https-8443-tcp = [8443, 8443, "tcp", "HTTPS"]
# IPSEC
ipsec-500-udp = [500, 500, "udp", "IPSEC ISAKMP"]
......
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