CAA_BUILDER({
label: "@",
- ttl: "1h",
iodef: "mailto:hostmaster@openstreetmap.org",
issue: [
"letsencrypt.org",
// Main web server and it's aliases
- A("@", RIDLEY_IPV4, TTL("10m")),
- A("www", RIDLEY_IPV4, TTL("10m"))
+ A("@", NAGA_IPV4),
+ AAAA("@", NAGA_IPV6),
+ A("www", NAGA_IPV4),
+ AAAA("www", NAGA_IPV6)
);