+ 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),
+