From 39373e5077a68861d27eb2eaf94e4c3115b768cb Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 28 Dec 2021 14:45:49 +0000 Subject: [PATCH] Update IPv6 address for osm2pgsql.org --- src/osm2pgsql.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osm2pgsql.js b/src/osm2pgsql.js index 070dda9..b54a99c 100644 --- a/src/osm2pgsql.js +++ b/src/osm2pgsql.js @@ -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")) ); -- 2.45.1