Fixed dns circular reference.

This commit is contained in:
Otho Ulrich 2022-08-21 02:02:41 -04:00
parent 25465f249e
commit 43af87cece
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -17,7 +17,7 @@ resource "namecheap_domain_records" "top" {
type = "CNAME" type = "CNAME"
} }
record { record {
address = "www.othoulrich.com." address = "otho.boxgraph.net."
hostname = "@" hostname = "@"
mx_pref = 10 mx_pref = 10
ttl = 1799 ttl = 1799