From b2a0925107f7180f2c977e54d453f940f571c451 Mon Sep 17 00:00:00 2001 From: Moritz Marquardt Date: Fri, 10 Dec 2021 15:01:26 +0100 Subject: [PATCH] Improve the formatting for DNS entries a bit --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 40c80af..5ab4387 100644 --- a/index.html +++ b/index.html @@ -162,8 +162,12 @@

Or for zone roots where CNAME doesn't work:
ALIAS codeberg.page
- (or A 217.197.91.145 & AAAA 2001:67c:1401:20f0::1)
TXT [[branch.]repo.]user.codeberg.page +

+ If ALIAS isn't supported, use A & AAAA instead:
+ A 217.197.91.145
+ AAAA 2001:67c:1401:20f0::1
+ + TXT as above