From 503f9bcb1bac63779c66a197bf592c8445061a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Torma?= Date: Fri, 30 Dec 2022 13:23:03 +0100 Subject: [PATCH] add two new services --- dnsconfig.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dnsconfig.js b/dnsconfig.js index ed92945..fd3e0d7 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -57,6 +57,8 @@ D("tormakristof.eu", REG_NONE, CNAME('grafana','webgateway.tormakristof.eu.'), CNAME('yt', 'webgateway.tormakristof.eu.'), CNAME('mastodon', 'webgateway.tormakristof.eu.'), + CNAME('jitsi', 'webgateway.tormakristof.eu.'), + CNAME('speedtest', 'webgateway.tormakristof.eu.'), CNAME('autodiscover', 'autodiscover.outlook.com.'), CNAME('enterpriseregistration', 'enterpriseregistration.windows.net.'), CNAME('enterpriseenrollment', 'enterpriseenrollment.manage.microsoft.com.'),