From: Tom Hughes Date: Sun, 12 Feb 2023 18:38:30 +0000 (+0000) Subject: Move static stateofthemap sites to naga X-Git-Url: https://git.openstreetmap.org/dns.git/commitdiff_plain/88efe3436ddbcbbccd8d1f980165af0235c54c62 Move static stateofthemap sites to naga --- diff --git a/src/stateofthemap.js b/src/stateofthemap.js index 9ff80bb..97f11fd 100644 --- a/src/stateofthemap.js +++ b/src/stateofthemap.js @@ -63,7 +63,8 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("2016", NAGA_IPV4, TTL("10m")), AAAA("2016", NAGA_IPV6, TTL("10m")), A("2014", RIDLEY_IPV4, TTL("10m")), - A("2013", RIDLEY_IPV4, TTL("10m")), + A("2013", NAGA_IPV4, TTL("10m")), + AAAA("2013", NAGA_IPV6, TTL("10m")), A("2012", RIDLEY_IPV4, TTL("10m")), A("2011", RIDLEY_IPV4, TTL("10m")), A("2010", RIDLEY_IPV4, TTL("10m")),