From 7fb956298ef89af3ba63ac4ccc0f79f826de6cb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 28 Apr 2024 23:46:23 +0200 Subject: [PATCH] add dns over https --- dnsconfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dnsconfig.js b/dnsconfig.js index 00c1858..be61daa 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -55,6 +55,7 @@ D("tormakristof.eu", REG_NONE, CNAME('cloudlog', 'webgateway.tormakristof.eu.', CF_PROXY_ON), CNAME('dns', 'webgateway.tormakristof.eu.', CF_PROXY_ON), CNAME('speedtest', 'webgateway.tormakristof.eu.', CF_PROXY_ON), + CNAME('dns', 'webgateway.tormakristof.eu.', CF_PROXY_ON), CNAME('plex','webgateway.tormakristof.eu.'), CNAME('autodiscover', 'autodiscover.outlook.com.'), CNAME('autodiscover.groups', 'autodiscover.outlook.com.'),