- A("@", NAGA_IPV4, TTL("10m")),
- AAAA("@", NAGA_IPV6, TTL("10m")),
- A("www", NAGA_IPV4, TTL("10m")),
- AAAA("www", NAGA_IPV6, 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")