- A("naga", NAGA_IPV4),
- AAAA("naga", NAGA_IPV6),
- A("svn", NAGA_IPV4),
- AAAA("svn", NAGA_IPV6),
- A("trac", NAGA_IPV4),
- AAAA("trac", NAGA_IPV6),
- A("irc", NAGA_IPV4),
- AAAA("irc", NAGA_IPV6),
- A("blogs", NAGA_IPV4),
- AAAA("blogs", NAGA_IPV6),
- A("welcome", NAGA_IPV4),
- AAAA("welcome", NAGA_IPV6),
- A("operations", NAGA_IPV4),
- AAAA("operations", NAGA_IPV6),
- A("hot", NAGA_IPV4),
- AAAA("hot", NAGA_IPV6),
- A("dmca", NAGA_IPV4),
- AAAA("dmca", NAGA_IPV6),
-
- A("test.otrs", NAGA_IPV4),
- AAAA("test.otrs", NAGA_IPV6),
+ A("naga", NAGA_IPV4_HE),
+ AAAA("naga", NAGA_IPV6_HE),
+ A("svn", NAGA_IPV4_HE),
+ AAAA("svn", NAGA_IPV6_HE),
+ A("trac", NAGA_IPV4_HE),
+ AAAA("trac", NAGA_IPV6_HE),
+ A("irc", NAGA_IPV4_HE),
+ AAAA("irc", NAGA_IPV6_HE),
+ A("blogs", NAGA_IPV4_HE),
+ AAAA("blogs", NAGA_IPV6_HE),
+ A("welcome", NAGA_IPV4_HE),
+ AAAA("welcome", NAGA_IPV6_HE),
+ A("operations", NAGA_IPV4_HE),
+ AAAA("operations", NAGA_IPV6_HE),
+ A("hot", NAGA_IPV4_HE),
+ AAAA("hot", NAGA_IPV6_HE),
+ A("dmca", NAGA_IPV4_HE),
+ AAAA("dmca", NAGA_IPV6_HE),
+ A("otrs", NAGA_IPV4_HE),
+ AAAA("otrs", NAGA_IPV6_HE),
+ A("birthday20", NAGA_IPV4_HE),
+ AAAA("birthday20", NAGA_IPV6_HE),
+
+ // HTTPS / SVCB records
+ HTTPS("svn", 1, ".", "alpn=h2"),
+ HTTPS("trac", 1, ".", "alpn=h2"),
+ HTTPS("irc", 1, ".", "alpn=h2"),
+ HTTPS("blogs", 1, ".", "alpn=h2"),
+ HTTPS("welcome", 1, ".", "alpn=h2"),
+ HTTPS("operations", 1, ".", "alpn=h2"),
+ HTTPS("hot", 1, ".", "alpn=h2"),
+ HTTPS("dmca", 1, ".", "alpn=h2"),
+ // HTTPS("otrs", 1, ".", "alpn=h2"), - OTRS is not available using HTTPS/2
+ HTTPS("birthday20", 1, ".", "alpn=h2"),