CAA_BUILDER({
label: "@",
- ttl: "1h",
iodef: "mailto:hostmaster@openstreetmap.org",
issue: [
"letsencrypt.org",
// 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")
);