SPF_BUILDER({
label: "@",
- ttl: "1h",
parts: [
"v=spf1",
"include:openstreetmap.org", // main openstreetmap.org spf record
A("@", NAGA_IPV4),
AAAA("@", NAGA_IPV6),
A("www", NAGA_IPV4),
- AAAA("www", NAGA_IPV6)
+ AAAA("www", NAGA_IPV6),
+
+ // HTTPS / SVCB records
+ HTTPS("@", 1, ".", "alpn=h2"),
+ HTTPS("www", 1, ".", "alpn=h2")
);