]> git.openstreetmap.org Git - dns.git/commitdiff
Update IPv6 address for osm2pgsql.org
authorTom Hughes <tom@compton.nu>
Tue, 28 Dec 2021 14:45:49 +0000 (14:45 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 28 Dec 2021 14:45:49 +0000 (14:45 +0000)
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"))
 
 );