add status page (redirect)
1 file changed, 7 insertions(+), 1 deletion(-)
changed files
M dnsconfig.js → dnsconfig.js
@@ -273,5 +273,11 @@ soa, nameserversHE, ALIAS('@', 'linde.alanpearce.eu.'), - HTTPS('@', 1, '.', 'alpn=h3,h2') + HTTPS('@', 1, '.', 'alpn=h3,h2'), + + ALIAS('status', 'alanpearce.gitlab.io.'), + TXT( + '_gitlab-pages-verification-code.status', + 'gitlab-pages-verification-code=bc041c51ef263e683bf498ca45e6e178' + ) )