Skip to content

Commit

Permalink
update dom1 ip range
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewsearle01 committed May 28, 2024
1 parent 9ac651d commit 6facaa7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ resource "aws_lb_listener_rule" "admin_access" {

condition {
source_ip {
values = ["194.33.19.0/24", "109.154.193.219/32", "82.1.119.170/32"]
values = ["194.33.19*", "109.154.193.219/32", "82.1.119.170/32"]
}
}
}
Expand All @@ -201,7 +201,7 @@ resource "aws_lb_listener_rule" "secure_access" {

condition {
source_ip {
values = ["194.33.19.0/24", "109.154.193.219/32", "82.1.119.170/32"]
values = ["194.33.19*", "109.154.193.219/32", "82.1.119.170/32"]
}
}
}
Expand Down

0 comments on commit 6facaa7

Please sign in to comment.