CAA_BUILDER({
label: "@",
- ttl: "1h",
iodef: "mailto:hostmaster@openstreetmap.org",
issue: [
"letsencrypt.org",
SPF_BUILDER({
label: "@",
- ttl: "1h",
parts: [
"v=spf1",
"include:openstreetmap.org", // main openstreetmap.org spf record
// Main web server and it's aliases
- A("@", RIDLEY_IPV4, TTL("10m")),
- A("www", RIDLEY_IPV4, TTL("10m"))
+ A("@", IPV4["naga.he"]),
+ AAAA("@", IPV6["naga.he"]),
+ A("www", IPV4["naga.he"]),
+ AAAA("www", IPV6["naga.he"]),
+
+ // HTTPS / SVCB records
+ HTTPS("@", 1, ".", "alpn=h2"),
+ HTTPS("www", 1, ".", "alpn=h2")
);