// Main web server and it's aliases
- A("@", NAGA_IPV4),
- AAAA("@", NAGA_IPV6),
- A("www", NAGA_IPV4),
- AAAA("www", NAGA_IPV6),
-
- // HTTPS / SVCB records
- HTTPS("@", 1, ".", "alpn=h2"),
- HTTPS("www", 1, ".", "alpn=h2")
+ osm_web_service("@", "naga.he"),
+ osm_web_service("www", "naga.he")
);