]> git.openstreetmap.org Git - dns.git/blobdiff - src/osm2pgsql.js
Update IPv6 address for osm2pgsql.org
[dns.git] / src / osm2pgsql.js
index 070dda9aef2eb4ff893c4321a14fddf4543e8195..b54a99c7c7dcac263188091ff7bcbf272c199b44 100644 (file)
@@ -17,8 +17,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER),
   // Main web server and it's aliases
 
   A("@", "138.201.190.130", TTL("10m")),
-  AAAA("@", "2a01:4f8:1c17:6433::1", TTL("10m")),
+  AAAA("@", "2a01:4f8:1c17:6433::2", TTL("10m")),
   A("www", "138.201.190.130", TTL("10m")),
-  AAAA("www", "2a01:4f8:1c17:6433::1", TTL("10m"))
+  AAAA("www", "2a01:4f8:1c17:6433::2", TTL("10m"))
 
 );