[go: nahoru, domu]

Skip to content

Commit

Permalink
Update app-fqdn-rules.tf
Browse files Browse the repository at this point in the history
Add *.ubuntu.com to the filter. This will allow the following 2 commands to work: 

sudo apt-get update -y
sudo apt-get upgrade -y
  • Loading branch information
morgayle-ace-devops committed Dec 4, 2023
1 parent 4f56e18 commit 56a1de6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app-fqdn-rules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ locals {
tcp = {
"*.aviatrix.com" = "443"
"aviatrix.com" = "80"
"*.ubuntu.com" = "80"
}
udp = {
"dns.google.com" = "53"
Expand Down

0 comments on commit 56a1de6

Please sign in to comment.