From bf84cccfab524aacf705909690124c7df65572a3 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 15 Jul 2022 17:54:59 +0300 Subject: [PATCH 1/1] Add sotm google search console verification --- src/stateofthemap.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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") ); -- 2.45.2