Skip to content

Commit

Permalink
Added entry for 8443 (#98)
Browse files Browse the repository at this point in the history
Added entry for 8443, since we're allowing 8080
  • Loading branch information
blaketastic2 authored and antonbabenko committed Jan 17, 2019
1 parent 469854a commit 3935eff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules.tf
Expand Up @@ -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"]
Expand Down

0 comments on commit 3935eff

Please sign in to comment.