Skip to content

Commit

Permalink
Skip port 3389
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkilby committed Oct 17, 2023
1 parent 2ba767d commit 91bd545
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,15 @@ resource "aws_default_network_acl" "default" {
action = "allow"
cidr_block = "0.0.0.0/0"
from_port = 1024
to_port = 3388
}

ingress {
protocol = 6
rule_no = 102
action = "allow"
cidr_block = "0.0.0.0/0"
from_port = 3390
to_port = 65535
}
}
Expand Down

0 comments on commit 91bd545

Please sign in to comment.