From: Grant Slater Date: Fri, 15 Jul 2022 14:54:59 +0000 (+0300) Subject: Add sotm google search console verification X-Git-Url: https://git.openstreetmap.org./dns.git/commitdiff_plain/bf84cccfab524aacf705909690124c7df65572a3 Add sotm google search console verification --- diff --git a/src/stateofthemap.js b/src/stateofthemap.js index 310fae9..dc8035d 100644 --- a/src/stateofthemap.js +++ b/src/stateofthemap.js @@ -62,6 +62,9 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("2010", RIDLEY_IPV4, TTL("10m")), A("2009", RIDLEY_IPV4, TTL("10m")), A("2008", RIDLEY_IPV4, TTL("10m")), - A("2007", RIDLEY_IPV4, TTL("10m")) + A("2007", RIDLEY_IPV4, TTL("10m")), + + // Google Site Verification - Grant + TXT("2022", "google-site-verification=wT1dJzSYM_2By372lJ_v9IU1crF21qOySEAPABxUcyo") );