all repos — dns @ eea047ed601028ae1e8bf1f357879559599d13e5

DNS records for my domains, managed via dnscontrol

add status page (redirect)

Alan Pearce
commit

eea047ed601028ae1e8bf1f357879559599d13e5

parent

b5e05155805a22eae69cabb3dddfee5e54984857

1 file changed, 7 insertions(+), 1 deletion(-)

changed files
M dnsconfig.jsdnsconfig.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' + ) )