]> git.openstreetmap.org Git - dns.git/commitdiff
Use alias for github pages stateofthemap.eu
authorGrant Slater <github@firefishy.com>
Mon, 3 Apr 2023 11:55:38 +0000 (12:55 +0100)
committerGrant Slater <github@firefishy.com>
Mon, 3 Apr 2023 11:55:38 +0000 (12:55 +0100)
src/stateofthemap-eu.js

index 9ff14f0a376a665f3c4f01889fd8a32d45e9d0bb..14f4836b8c433a5af1a38b2fa3a66b177d7922e3 100644 (file)
@@ -17,13 +17,9 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
 
   // MX("@", 1, "mail.openstreetmap.at."),
 
-  // Main web server and it's aliases
+  // site hosted on github pages
 
-  A("@", "185.199.108.153"),
-  A("@", "185.199.109.153"),
-  A("@", "185.199.110.153"),
-  A("@", "185.199.111.153"),
-  
+  ALIAS("@", "osmbe.github.io."),
   CNAME("www", "osmbe.github.io.")
 
 );