X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/d816664db3b6d6c0adb80a4a2b3437f7659faf91..d18ddebc8f9de93899da6da7b524bb5b987bb379:/src/stateofthemap.js?ds=sidebyside diff --git a/src/stateofthemap.js b/src/stateofthemap.js index dcd9f6a..a54d5c0 100644 --- a/src/stateofthemap.js +++ b/src/stateofthemap.js @@ -50,6 +50,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), AAAA("@", NAGA_IPV6), A("www", NAGA_IPV4), AAAA("www", NAGA_IPV6), + A("2024", NAGA_IPV4), + AAAA("2024", NAGA_IPV6), A("2022", NAGA_IPV4), AAAA("2022", NAGA_IPV6), A("2021", NAGA_IPV4), @@ -74,6 +76,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("2007", RIDLEY_IPV4), // Google Site Verification - Grant - TXT("2022", "google-site-verification=wT1dJzSYM_2By372lJ_v9IU1crF21qOySEAPABxUcyo") + TXT("2022", "google-site-verification=wT1dJzSYM_2By372lJ_v9IU1crF21qOySEAPABxUcyo"), + TXT("@", "google-site-verification=pqJHZHtrC4UhevQdPlR_2gVDPml6UCwmyHq75bfWLRQ") );