From 1a118f467b2a5932c1dce43bdf2fbe9166e7e232 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 19 Aug 2020 00:51:10 +0100 Subject: [PATCH] Fix domain confirmation record properly --- src/openstreetmap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openstreetmap.js b/src/openstreetmap.js index f5c0c19..713d0d1 100644 --- a/src/openstreetmap.js +++ b/src/openstreetmap.js @@ -31,7 +31,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // Fastly cert domain ownership confirmation - TXT("_globalsign-domain-verification=ps00GlW1BzY9c2_cwH_pFqRkvzZyaCVZ-3RLssRG6S"), + TXT("@", "_globalsign-domain-verification=ps00GlW1BzY9c2_cwH_pFqRkvzZyaCVZ-3RLssRG6S"), // Delegate MTA-STS policy for subdomains -- 2.45.1