From 2177b9ce58b3fc25b2af4861e59147d515873f52 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 23 Jul 2021 18:21:40 +0100 Subject: [PATCH] Add github org domain verification --- src/openstreetmap.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/openstreetmap.js b/src/openstreetmap.js index 234334a..8d50c42 100644 --- a/src/openstreetmap.js +++ b/src/openstreetmap.js @@ -99,6 +99,10 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), TXT("@", "_globalsign-domain-verification=ps00GlW1BzY9c2_cwH_pFqRkvzZyaCVZ-3RLssRG6S"), TXT("@", "_globalsign-domain-verification=W0buKB5ZmL-VwwHw2oQyQImk3I1q3hSemf2qmB1hjP"), + // github openstreetmap organisation domain verification + + TXT("_github-challenge-openstreetmap", "8b4a8eb60c"), + // Delegate MTA-STS policy for subdomains CNAME("_mta-sts.messages", QUALIFY("_mta-sts")), -- 2.39.5