From 29073f32bb1a0ad97e43a5eb32f65b7cc36437ee Mon Sep 17 00:00:00 2001 From: Niels Kunis Date: Fri, 14 Jul 2023 16:45:20 +0200 Subject: [PATCH 1/2] jenl.geokunis.nl -> cname 61v02beo149wksgu.myfritz.net --- terraform/dns/geokunis2_nl.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/dns/geokunis2_nl.tf b/terraform/dns/geokunis2_nl.tf index 15a9827..a386c70 100644 --- a/terraform/dns/geokunis2_nl.tf +++ b/terraform/dns/geokunis2_nl.tf @@ -29,11 +29,11 @@ resource "powerdns_record" "geokunis2_nl_caa" { ttl = 60 } -resource "powerdns_record" "jenl_geokunis2_nl_a" { +resource "powerdns_record" "jenl_dyndns_cname" { zone = powerdns_zone.geokunis2_nl.name name = "jenl.geokunis2.nl." - type = "A" - records = ["217.123.53.51"] + type = "CNAME" + records = ["61v02beo149wksgu.myfritz.net."] ttl = 60 } From 1ec8e971e580fabd24fbd735d10bcf1ae450c4b3 Mon Sep 17 00:00:00 2001 From: Niels Kunis Date: Sat, 15 Jul 2023 16:31:46 +0200 Subject: [PATCH 2/2] remove jenl.geokunis2.nl --- terraform/dns/geokunis2_nl.tf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/terraform/dns/geokunis2_nl.tf b/terraform/dns/geokunis2_nl.tf index a386c70..19f02c1 100644 --- a/terraform/dns/geokunis2_nl.tf +++ b/terraform/dns/geokunis2_nl.tf @@ -29,14 +29,6 @@ resource "powerdns_record" "geokunis2_nl_caa" { ttl = 60 } -resource "powerdns_record" "jenl_dyndns_cname" { - zone = powerdns_zone.geokunis2_nl.name - name = "jenl.geokunis2.nl." - type = "CNAME" - records = ["61v02beo149wksgu.myfritz.net."] - ttl = 60 -} - resource "powerdns_record" "wg_geokunis2_nl_a" { zone = powerdns_zone.geokunis2_nl.name name = "wg.geokunis2.nl."