]> git.openstreetmap.org Git - dns.git/blobdiff - src/switch2osm.js
Use osm_web_service for all domains
[dns.git] / src / switch2osm.js
index e6763c7075298a0dcdafa7651aee49e8b03aba07..bccbbfe3959e97a8b411fa83bf22010f946fcbd5 100644 (file)
@@ -26,9 +26,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   // Main web server and it's aliases
 
-  A("@", NAGA_IPV4),
-  AAAA("@", NAGA_IPV6),
-  A("www", NAGA_IPV4),
-  AAAA("www", NAGA_IPV6)
+  osm_web_service("@", "naga.he"),
+  osm_web_service("www", "naga.he")
 
 );