From 522aa9c34e73817bf71ca1a225ebb338412f5f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 3 Apr 2024 16:33:43 +0200 Subject: [PATCH] add new services --- dnsconfig.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dnsconfig.js b/dnsconfig.js index e441263..00c1858 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -52,6 +52,8 @@ D("tormakristof.eu", REG_NONE, CNAME('certauth.fs','webgateway.tormakristof.eu.', CF_PROXY_ON), CNAME('grafana','webgateway.tormakristof.eu.', CF_PROXY_ON), CNAME('yt', 'webgateway.tormakristof.eu.', CF_PROXY_ON), + 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('plex','webgateway.tormakristof.eu.'), CNAME('autodiscover', 'autodiscover.outlook.com.'),