From 86b7f5d5430316dfbb7b36fc319cd3fd2a51ee41 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Tue, 23 Aug 2022 18:18:13 +0200 Subject: [PATCH] fixed typo --- namecheap.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/namecheap.tf b/namecheap.tf index a1825ec..61641ae 100644 --- a/namecheap.tf +++ b/namecheap.tf @@ -175,7 +175,7 @@ resource "namecheap_domain_records" "monotremata-xyz" { } record { - hostname = "dmarc" + hostname = "_dmarc" type = "TXT" address = "v=DMARC1;p=quarantine;pct=100;rua=mailto:postmaster@monotremata.xyz;;" }