From dc98f0339684dbbe4225ab082eb2e3942a14635a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 15 Jan 2023 11:23:28 +0100 Subject: [PATCH] Add domain for ms365 groups --- dnsconfig.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/dnsconfig.js b/dnsconfig.js index b90d1d4..d33058c 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -61,15 +61,20 @@ D("tormakristof.eu", REG_NONE, CNAME('speedtest', 'webgateway.tormakristof.eu.'), CNAME('turn', 'zelenka.tormakristof.eu.'), CNAME('autodiscover', 'autodiscover.outlook.com.'), + CNAME('autodiscover.groups', 'autodiscover.outlook.com.'), CNAME('enterpriseregistration', 'enterpriseregistration.windows.net.'), + CNAME('enterpriseregistration.groups', 'enterpriseregistration.windows.net.'), CNAME('enterpriseenrollment', 'enterpriseenrollment.manage.microsoft.com.'), + CNAME('enterpriseenrollment.groups', 'enterpriseenrollment.manage.microsoft.com.'), CNAME('selector1._domainkey','selector1-tormakristof-eu._domainkey.tormakristof.onmicrosoft.com.'), CNAME('selector2._domainkey','selector2-tormakristof-eu._domainkey.tormakristof.onmicrosoft.com.'), MX('@', 0, 'tormakristof-eu.mail.protection.outlook.com.'), + MX('groups', 0, 'groups-tormakristof-eu.mail.protection.outlook.com.'), TXT('_dmarc', 'v=DMARC1; p=reject;'), TXT('@', 'google-site-verification=Y-vwKAKqpWiBNB7ETL6HweEmt2sE38kzEwm87t5rBAQ'), TXT('asuid.hanyadikhetvan', '19059E3CC3D821BCE51E705E3506C508708DC1C0077E91D49E10C170165BDE11'), - TXT('@', 'v=spf1 include:spf.protection.outlook.com -all') + TXT('@', 'v=spf1 include:spf.protection.outlook.com -all'), + TXT('groups', 'v=spf1 include:spf.protection.outlook.com -all') ); D("torma.xyz", REG_NONE, DnsProvider(cloudflare), @@ -91,7 +96,7 @@ D("tormakris.dev", REG_NONE, 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.'), - TXT('@', 'v=spf1 ipv4:152.66.211.211 include:spf.protection.outlook.com -all'), + TXT('@', 'v=spf1 include:spf.protection.outlook.com -all'), TXT('@', 'google-site-verification=j5a9N2rIead4e3h5baJd1o3xrl7f5n_U82nDfgrZi9I'), TXT('@', 'MS=ms71551872'), TXT('_dmarc', 'v=DMARC1; p=reject;')