From 49c21fe740cb46609c50483e5d3691595dd52f14 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sat, 24 Aug 2024 02:58:37 +0200 Subject: [PATCH] dns: add trinkgenossin, delite, blue-shell --- terraform/dns.tf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/terraform/dns.tf b/terraform/dns.tf index e20c284e..f30dee1b 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -59,6 +59,36 @@ resource "namecheap_domain_records" "pub-solar" { type = "A" address = "49.13.236.167" } + record { + hostname = "trinkgenossin" + type = "A" + address = "85.215.152.22" + } + record { + hostname = "trinkgenossin" + type = "AAAA" + address = "2a01:239:35d:f500::1" + } + record { + hostname = "delite" + type = "A" + address = "5.255.119.132" + } + record { + hostname = "delite" + type = "AAAA" + address = "2a04:52c0:124:9d8c::2" + } + record { + hostname = "blue-shell" + type = "A" + address = "194.13.83.205" + } + record { + hostname = "blue-shell" + type = "AAAA" + address = "2a03:4000:43:24e::1" + } record { hostname = "auth" type = "CNAME"