- // Discourse server ("community")
-
- A("gorwen", GORWEN_IPV4),
- AAAA("gorwen", GORWEN_IPV6),
-
- A("community", GORWEN_IPV4),
- A("communities", GORWEN_IPV4),
- A("c", GORWEN_IPV4),
- AAAA("community", GORWEN_IPV6),
- AAAA("communities", GORWEN_IPV6),
- AAAA("c", GORWEN_IPV6),
-
- // HTTPS / SVCB records
- HTTPS("community", 1, ".", "alpn=h2"),
- HTTPS("communities", 1, ".", "alpn=h2"),
- HTTPS("c", 1, ".", "alpn=h2"),
-
- CNAME("community-cdn", "dualstack.n.sni.global.fastly.net."),
- TXT("community", "google-site-verification=hQ8GZyj4KwnPqAX2oAzpbLrh6I5dfR08PSdL3icVkfg"),
-
- A("forum", GORWEN_IPV4),
- AAAA("forum", GORWEN_IPV6),
-
- // HTTPS / SVCB records
- HTTPS("forum", 1, ".", "alpn=h2"),
-
- A("gorwen.dub", GORWEN_INTERNAL),
- A("gorwen.oob", GORWEN_OOB),
-