Skip to content

Commit

Permalink
renamed some resources
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Jul 31, 2023
1 parent b92e1a9 commit ff33ebc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/configs/lshay-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const zone = new Zone(
},
)

new Record("mail-server-1", {
new Record("lshay-dev-mail-server-1", {
name: "@",
priority: 10,
proxied: false,
Expand All @@ -22,7 +22,7 @@ new Record("mail-server-1", {
zoneId: zone.id,
})

new Record("mail-server-2", {
new Record("lshay-dev-mail-server-2", {
name: "@",
priority: 10,
proxied: false,
Expand All @@ -31,7 +31,7 @@ new Record("mail-server-2", {
zoneId: zone.id,
})

new Record("mail-server-txt", {
new Record("lshay-dev-mail-server-txt", {
name: "@",
proxied: false,
type: "TXT",
Expand Down

0 comments on commit ff33ebc

Please sign in to comment.