From 26836f24ba2caa12400444fbfc0da81946e75317 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 23 May 2024 11:50:28 +0200 Subject: [PATCH] dns: add metronom.pub.solar --- terraform/dns.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/terraform/dns.tf b/terraform/dns.tf index 039dd86..ad069c1 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -9,6 +9,11 @@ resource "namecheap_domain_records" "pub-solar" { type = "A" address = "80.71.153.210" } + record { + hostname = "metronom" + type = "A" + address = "49.13.236.167" + } record { hostname = "auth" type = "CNAME"