Skip to content

Commit

Permalink
Update singaporeoae.sg.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
isomeradmin committed May 16, 2024
1 parent 4a0768c commit 292b0c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dns/singaporeoae.sg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const createRecords = (zoneId: string): Record[] => {
zoneId: zoneId,
aliases: [
{
name: "d28xdzretsq3u2.cloudfront.net",
name: "d2l1hjh0ody4iu.cloudfront.net",
zoneId: CLOUDFRONT_HOSTED_ZONE_ID,
evaluateTargetHealth: false,
},
Expand All @@ -22,7 +22,7 @@ export const createRecords = (zoneId: string): Record[] => {
zoneId: zoneId,
aliases: [
{
name: "d28xdzretsq3u2.cloudfront.net",
name: "d2l1hjh0ody4iu.cloudfront.net",
zoneId: CLOUDFRONT_HOSTED_ZONE_ID,
evaluateTargetHealth: false,
},
Expand Down

0 comments on commit 292b0c4

Please sign in to comment.