X-Git-Url: https://git.openstreetmap.org./dns.git/blobdiff_plain/39373e5077a68861d27eb2eaf94e4c3115b768cb..f1ffc9ed133ff9dcf6ded3927be9ecd771f6cf3a:/src/osm2pgsql.js diff --git a/src/osm2pgsql.js b/src/osm2pgsql.js index b54a99c..e7cb962 100644 --- a/src/osm2pgsql.js +++ b/src/osm2pgsql.js @@ -4,7 +4,6 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), CAA_BUILDER({ label: "@", - ttl: "1h", iodef: "mailto:hostmaster@openstreetmap.org", issue: [ "letsencrypt.org", @@ -16,9 +15,12 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), // Main web server and it's aliases - A("@", "138.201.190.130", TTL("10m")), - AAAA("@", "2a01:4f8:1c17:6433::2", TTL("10m")), - A("www", "138.201.190.130", TTL("10m")), - AAAA("www", "2a01:4f8:1c17:6433::2", TTL("10m")) + A("@", "138.201.190.130"), + AAAA("@", "2a01:4f8:1c17:6433::2"), + A("www", "138.201.190.130"), + AAAA("www", "2a01:4f8:1c17:6433::2"), + + // Test server for osm2pgsql development + A("test", "135.181.221.216") );