+ A("community", FUME_IPV4),
+ A("communities", FUME_IPV4),
+ A("c", FUME_IPV4),
+ AAAA("community", FUME_IPV6),
+ AAAA("communities", FUME_IPV6),
+ AAAA("c", FUME_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", FUME_IPV4),
+ AAAA("forum", FUME_IPV6),
+
+ // HTTPS / SVCB records
+ HTTPS("forum", 1, ".", "alpn=h2"),
+
+ // Taginfo and Staging Blog Server
+
+ A("tabaluga", TABALUGA_IPV4),
+ AAAA("tabaluga", TABALUGA_IPV6),
+ A("tabaluga.ams", TABALUGA_INTERNAL),
+ A("tabaluga.oob", TABALUGA_OOB),
+
+ A("staging.blog", TABALUGA_IPV4),
+ AAAA("staging.blog", TABALUGA_IPV6),
+
+ // HTTPS / SVCB records
+ HTTPS("staging.blog", 1, ".", "alpn=h2"),
+
+ A("taginfo", TABALUGA_IPV4),
+ AAAA("taginfo", TABALUGA_IPV6),
+
+ // HTTPS / SVCB records
+ HTTPS("taginfo", 1, ".", "alpn=h2"),
+
+ // Spare servers
+
+ A("dribble", DRIBBLE_IPV4),
+ AAAA("dribble", DRIBBLE_IPV6),
+ A("dribble.ams", DRIBBLE_INTERNAL),
+ A("dribble.oob", DRIBBLE_OOB),
+