From 6cea433ff567470967183480ba79b0b1e4451462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 26 Jul 2023 20:44:38 +0200 Subject: [PATCH] use adfs for enterpriseregistration --- dnsconfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsconfig.js b/dnsconfig.js index 0b50b1e..e3b3604 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -62,7 +62,7 @@ D("tormakristof.eu", REG_NONE, CNAME('turn', 'zelenka.tormakristof.eu.'), CNAME('autodiscover', 'autodiscover.outlook.com.'), CNAME('autodiscover.groups', 'autodiscover.outlook.com.'), - CNAME('enterpriseregistration', 'enterpriseregistration.windows.net.'), + CNAME('enterpriseregistration', 'webgateway.tormakristof.eu.'), CNAME('enterpriseregistration.groups', 'enterpriseregistration.windows.net.'), CNAME('enterpriseenrollment', 'enterpriseenrollment.manage.microsoft.com.'), CNAME('enterpriseenrollment.groups', 'enterpriseenrollment.manage.microsoft.com.'), @@ -93,7 +93,7 @@ D("tormakris.dev", REG_NONE, A('@', '192.0.2.1', CF_PROXY_ON), MX('@', 0, 'tormakris-dev.mail.protection.outlook.com.'), CNAME('autodiscover','autodiscover.outlook.com.'), - CNAME('enterpriseregistration','enterpriseregistration.windows.net.'), + CNAME('enterpriseregistration','webgateway.tormakristof.eu.'), CNAME('enterpriseenrollment','enterpriseenrollment.manage.microsoft.com.'), CNAME('selector1._domainkey','selector1-tormakris-dev._domainkey.tormakristof.onmicrosoft.com.'), CNAME('selector2._domainkey','selector2-tormakris-dev._domainkey.tormakristof.onmicrosoft.com.'),