Skip to content

Commit

Permalink
sending all acs-mirror traffic to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
djsly committed Dec 18, 2024
1 parent 3aa43a2 commit 5cfae74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vhdbuilder/packer/vhd-image-builder-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@
}
],
"provisioners": [
{
"type": "shell",
"inline": [
"echo TODO REMOVE ME HACK TO TEST CDN DOMAIN CHANGE",
"sudo echo '127.0.0.1 acs-mirror.azureedge.net' >> /etc/hosts"
]
},
{
"type": "shell",
"inline": [
Expand Down

0 comments on commit 5cfae74

Please sign in to comment.