From: Tom Hughes Date: Sat, 24 Apr 2021 15:15:24 +0000 (+0100) Subject: Add files.osmfoundation.org X-Git-Url: https://git.openstreetmap.org./dns.git/commitdiff_plain/c8190cd3c3689050fe5b8a2fa67441c3f13d296c?ds=sidebyside;hp=--cc Add files.osmfoundation.org Closes #9 --- c8190cd3c3689050fe5b8a2fa67441c3f13d296c diff --git a/src/osmfoundation.js b/src/osmfoundation.js index 2b7efb7..a0b91ba 100644 --- a/src/osmfoundation.js +++ b/src/osmfoundation.js @@ -50,6 +50,10 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("board", RIDLEY_IPV4, TTL("10m")), A("dwg", RIDLEY_IPV4, TTL("10m")), A("mwg", RIDLEY_IPV4, TTL("10m")), - A("operations", RIDLEY_IPV4, TTL("10m")) + A("operations", RIDLEY_IPV4, TTL("10m")), + + // Nextcloud instance + + CNAME("files", "osmfiles.cloud68.co") );