From: Tom Hughes Date: Mon, 22 Feb 2021 19:12:41 +0000 (+0000) Subject: Add 2021.stateofthemap to DNS X-Git-Url: https://git.openstreetmap.org./dns.git/commitdiff_plain/c9c4c4b1bfd1de573fa222d6e8be473f79ad3b06 Add 2021.stateofthemap to DNS --- diff --git a/src/stateofthemap.js b/src/stateofthemap.js index 1f744ce..a8ca9d4 100644 --- a/src/stateofthemap.js +++ b/src/stateofthemap.js @@ -22,6 +22,7 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("@", RIDLEY_IPV4, TTL("10m")), A("www", RIDLEY_IPV4, TTL("10m")), + A("2021", RIDLEY_IPV4, TTL("10m")), A("2020", RIDLEY_IPV4, TTL("10m")), A("2019", RIDLEY_IPV4, TTL("10m")), A("2018", RIDLEY_IPV4, TTL("10m")),