From 28ac7edfc787ddd3435b1e43e39b9e888773e46e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Fri, 27 May 2022 19:02:31 +0200 Subject: [PATCH] add status subdomain --- dnsconfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dnsconfig.js b/dnsconfig.js index d4d5f68..5736373 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -53,6 +53,7 @@ D("tormakristof.eu", REG_NONE, CNAME('cv', 'delightful-moss-0ef295b03.1.azurestaticapps.net.'), CNAME('hanyadikhetvan', 'fa-hanyadikhetvan.azurewebsites.net.'), CNAME('hhv', 'gentle-forest-0be59de03.1.azurestaticapps.net.'), + CNAME('status', 'cf-workers-status-page-production.tormakristof.workers.dev.'), CNAME('fs', 'webgateway.tormakristof.eu.'), CNAME('certauth.fs','webgateway.tormakristof.eu.'), MX('@', 0, 'mail.tormakristof.eu.'),