From 15152e0d11622cad9242f2134ff0c75c34c47ed5 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 20 Jun 2023 14:06:07 +0300 Subject: feat(ops/glesys): add `net.tvl.fyi` CNAME for sanduny This will host a headscale server for TVL. Change-Id: I8769852aaaf7a02a2d63f48ecf5adfd86747ff72 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8835 Reviewed-by: sterni Tested-by: BuildkiteCI --- ops/glesys/dns-tvl-fyi.tf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ops/glesys/dns-tvl-fyi.tf b/ops/glesys/dns-tvl-fyi.tf index 26105e9fdc..43b7def750 100644 --- a/ops/glesys/dns-tvl-fyi.tf +++ b/ops/glesys/dns-tvl-fyi.tf @@ -62,6 +62,13 @@ resource "glesys_dnsdomain_record" "tvl_fyi_whitby_services" { for_each = toset(local.whitby_services) } +resource "glesys_dnsdomain_record" "tvl_fyi_net_CNAME" { + domain = glesys_dnsdomain.tvl_fyi.id + type = "CNAME" + data = "sanduny.tvl.su." + host = "net" +} + # Google Domains mail forwarding configuration (no sending) resource "glesys_dnsdomain_record" "tvl_fyi_MX_5" { domain = glesys_dnsdomain.tvl_fyi.id -- cgit 1.4.1