ungoogle tormakris.dev
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c4f163d877
commit
e18ccf4968
17
dnsconfig.js
17
dnsconfig.js
@ -83,21 +83,14 @@ D("tormakris.dev", REG_NONE,
|
|||||||
DnsProvider(cloudflare),
|
DnsProvider(cloudflare),
|
||||||
DefaultTTL(3600),
|
DefaultTTL(3600),
|
||||||
A('@', '192.0.2.1', CF_PROXY_ON),
|
A('@', '192.0.2.1', CF_PROXY_ON),
|
||||||
MX('@', 1, 'ASPMX.L.GOOGLE.COM.'),
|
MX('@', 0, 'tormakris-dev.mail.protection.outlook.com.'),
|
||||||
MX('@', 5, 'ALT1.ASPMX.L.GOOGLE.COM.'),
|
CNAME('autodiscover','autodiscover.outlook.com.'),
|
||||||
MX('@', 5, 'ALT2.ASPMX.L.GOOGLE.COM.'),
|
CNAME('enterpriseregistration','enterpriseregistration.windows.net.'),
|
||||||
MX('@', 10, 'ALT3.ASPMX.L.GOOGLE.COM.'),
|
CNAME('enterpriseenrollment','enterpriseenrollment.manage.microsoft.com.'),
|
||||||
MX('@', 10, 'ALT4.ASPMX.L.GOOGLE.COM.'),
|
|
||||||
CNAME('calendar', 'ghs.googlehosted.com.'),
|
|
||||||
CNAME('docs', 'ghs.googlehosted.com.'),
|
|
||||||
CNAME('groups', 'ghs.googlehosted.com.'),
|
|
||||||
CNAME('mail', 'ghs.googlehosted.com.'),
|
|
||||||
CNAME('sites', 'ghs.googlehosted.com.'),
|
|
||||||
CNAME('certauth.fs','webgateway.tormakristof.eu.'),
|
|
||||||
CNAME('selector1._domainkey','selector1-tormakris-dev._domainkey.tormakristof.onmicrosoft.com.'),
|
CNAME('selector1._domainkey','selector1-tormakris-dev._domainkey.tormakristof.onmicrosoft.com.'),
|
||||||
CNAME('selector2._domainkey','selector2-tormakris-dev._domainkey.tormakristof.onmicrosoft.com.'),
|
CNAME('selector2._domainkey','selector2-tormakris-dev._domainkey.tormakristof.onmicrosoft.com.'),
|
||||||
TXT('google._domainkey', ['v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArDLuWVTcV3GW+j2x1sImCeKuaVBmqa1UmG+ZCZU7wbSpkaRXQVITnFD3a974FipWRCwxJh1aJfkDHc3slXsv6MxmDCxIs1tMtfBihH8jGTQnUX3sqawHJSRHgQiAiASu13wYUUxcbV10xDRQICEH6BPuKqBvemWqYCWQqyhLYcx2GUfOUXOb0sJJV0bYyiGp4', 'wWBLWnj1WouvGlVWfalQnCjqyA9skctxpRvcxiQqRIBqYj6QG6sD+PFtDHJHnfdoWoqKeEW1t+TEM2mZWJviap0441sntn9UY7MBWIVz150XMFnBxxrYxkJQGyXKswGk8xDdmak/F42RUpe5hHn+wIDAQAB']),
|
TXT('google._domainkey', ['v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArDLuWVTcV3GW+j2x1sImCeKuaVBmqa1UmG+ZCZU7wbSpkaRXQVITnFD3a974FipWRCwxJh1aJfkDHc3slXsv6MxmDCxIs1tMtfBihH8jGTQnUX3sqawHJSRHgQiAiASu13wYUUxcbV10xDRQICEH6BPuKqBvemWqYCWQqyhLYcx2GUfOUXOb0sJJV0bYyiGp4', 'wWBLWnj1WouvGlVWfalQnCjqyA9skctxpRvcxiQqRIBqYj6QG6sD+PFtDHJHnfdoWoqKeEW1t+TEM2mZWJviap0441sntn9UY7MBWIVz150XMFnBxxrYxkJQGyXKswGk8xDdmak/F42RUpe5hHn+wIDAQAB']),
|
||||||
TXT('@', 'v=spf1 include:_spf.google.com -all'),
|
TXT('@', 'v=spf1 include:spf.protection.outlook.com -all'),
|
||||||
TXT('@', 'google-site-verification=j5a9N2rIead4e3h5baJd1o3xrl7f5n_U82nDfgrZi9I'),
|
TXT('@', 'google-site-verification=j5a9N2rIead4e3h5baJd1o3xrl7f5n_U82nDfgrZi9I'),
|
||||||
TXT('@', 'MS=ms71551872'),
|
TXT('@', 'MS=ms71551872'),
|
||||||
TXT('_dmarc', 'v=DMARC1; p=reject;')
|
TXT('_dmarc', 'v=DMARC1; p=reject;')
|
||||||
|
Loading…
Reference in New Issue
Block a user