]> git.openstreetmap.org Git - dns.git/commitdiff
Add facebook domain verification
authorGrant Slater <github@firefishy.com>
Wed, 10 Jan 2024 15:09:54 +0000 (15:09 +0000)
committerGrant Slater <github@firefishy.com>
Wed, 10 Jan 2024 15:09:54 +0000 (15:09 +0000)
src/openstreetmap.js

index f35db543da049ebd8d7b557ad4d57281d521594f..e3c09183e1f09224814094e5654bb6ffb87af39a 100644 (file)
@@ -166,6 +166,9 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   TXT("@", "_globalsign-domain-verification=ps00GlW1BzY9c2_cwH_pFqRkvzZyaCVZ-3RLssRG6S"),
   TXT("@", "_globalsign-domain-verification=W0buKB5ZmL-VwwHw2oQyQImk3I1q3hSemf2qmB1hjP"),
 
+  // Facebook Business domain verification
+  TXT("@", "facebook-domain-verification=j5hix5i8r0kortfugqf2p9wx9x9by0"),
+
   // Delegate MTA-STS policy for subdomains
 
   CNAME("_mta-sts.messages", QUALIFY("_mta-sts")),