From fd020bf6a4fbc2e9da2e4aa0bf597af19e876418 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 16 Sep 2022 12:46:10 +0100 Subject: [PATCH] Add preview.ideditor.com --- src/ideditor.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ideditor.js b/src/ideditor.js index 68b3ade..da8091d 100644 --- a/src/ideditor.js +++ b/src/ideditor.js @@ -27,6 +27,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // site hosted on github pages ALIAS("@", "openstreetmap.github.io."), - CNAME("www", "openstreetmap.github.io.") + CNAME("www", "openstreetmap.github.io."), + A("preview", RIDLEY_IPV4) -); \ No newline at end of file +); -- 2.43.2