From 23c4c00b15ead7ad69f8ef341fabd9b24a689a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Fri, 30 Dec 2022 16:01:32 +0100 Subject: [PATCH] add turn server --- dnsconfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dnsconfig.js b/dnsconfig.js index fd3e0d7..8a17f9f 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -59,6 +59,7 @@ D("tormakristof.eu", REG_NONE, CNAME('mastodon', 'webgateway.tormakristof.eu.'), CNAME('jitsi', 'webgateway.tormakristof.eu.'), CNAME('speedtest', 'webgateway.tormakristof.eu.'), + CNAME('turn', 'zelenka.tormakristof.eu.'), CNAME('autodiscover', 'autodiscover.outlook.com.'), CNAME('enterpriseregistration', 'enterpriseregistration.windows.net.'), CNAME('enterpriseenrollment', 'enterpriseenrollment.manage.microsoft.com.'),