Add domain for ms365 groups
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Torma Kristóf 2023-01-15 11:23:28 +01:00
parent 37a4fdcbd7
commit dc98f03396

View File

@ -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;')