Skip to content

Commit

Permalink
chore: setup cafe.cecilias.me
Browse files Browse the repository at this point in the history
correct ddns again 😔
  • Loading branch information
cecilia-sanare authored Feb 16, 2024
1 parent 9a05b96 commit c0971e5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion terraform/zones.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ locals {
"2606:50c0:8003::153",
]

ddns = "75.162.109.227"
ddns = "97.125.253.147"
}

module "cecilias_me" {
Expand All @@ -35,6 +35,11 @@ module "cecilias_me" {
type = "A"
records = [local.ddns]
},
{
name = "cafe"
type = "A"
records = [local.ddns]
},
{
name = "panel"
type = "A"
Expand Down

0 comments on commit c0971e5

Please sign in to comment.