]> git.openstreetmap.org Git - dns.git/commitdiff
Use openstreetmap.io for mailbox.org testing
authorGrant Slater <github@firefishy.com>
Tue, 17 Oct 2023 13:22:29 +0000 (14:22 +0100)
committerGrant Slater <github@firefishy.com>
Tue, 17 Oct 2023 13:22:46 +0000 (14:22 +0100)
dnsconfig.js
src/openstreetmap-io.js [new file with mode: 0644]

index 9bd7ce7cd9852fa54683364d67758af5a845a6e5..281757196908680a626c1fda520ce6ee47b60b83 100644 (file)
@@ -55,7 +55,6 @@ OPENSTREETMAP("openstreetmap.gay", REG_GANDI);
 OPENSTREETMAP("openstreetmaps.org", REG_GANDI);
 OPENSTREETMAP("osm.org", REG_GANDI, OSM_ORG_RECORDS, SSHFP_RECORDS);
 OPENSTREETMAP("openmaps.org", REG_GANDI);
-OPENSTREETMAP("openstreetmap.io", REG_GANDI);
 OPENSTREETMAP("osm.io", REG_GANDI);
 OPENSTREETMAP("openstreetmap.li", REG_GANDI);
 OPENSTREETMAP("openworldmap.org", REG_GANDI);
@@ -107,6 +106,10 @@ var OSMFOUNDATION = loadTemplate("osmfoundation");
 
 OSMFOUNDATION("osmfoundation.org", REG_GANDI);
 
+// Domain used for testing osmfoundation.org email hosting replacement
+var OPENSTREETMAP_IO = loadTemplate("openstreetmap-io");
+OPENSTREETMAP_IO("openstreetmap.io", REG_GANDI);
+
 var STATEOFTHEMAP = loadTemplate("stateofthemap");
 
 STATEOFTHEMAP("stateofthemap.org", REG_GANDI);
diff --git a/src/openstreetmap-io.js b/src/openstreetmap-io.js
new file mode 100644 (file)
index 0000000..b46c6c3
--- /dev/null
@@ -0,0 +1,6 @@
+D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
+
+// mailbox.org validation
+TXT("d00f46a3fde45d06c53f3cd5b21f213ea384e7f5", "6d4584a5987b1d97e691d9664107c604e53e083e")
+
+);
\ No newline at end of file