forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
microsoft.com.o365.json
103 lines (103 loc) · 2.22 KB
/
microsoft.com.o365.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"providerId": "microsoft.com",
"providerName": "Microsoft",
"serviceId": "O365",
"serviceName": "Microsoft Office 365",
"logoUrl": "http://domainconnect.org/wp-content/uploads/2016/07/microsoft-300x89.jpg",
"description": "Enables a domain to work with Microsoft Office 365",
"variableDescription": "Self explanatory in the variable names.",
"syncBlock": false,
"shared": false,
"syncPubKeyDomain": "portal.office.com",
"syncRedirectDomain": "",
"records": [
{
"groupId": "Outlook",
"type": "MX",
"host": "@",
"pointsTo": "%mx%",
"priority": "0",
"ttl": "3600"
},
{
"groupId": "Outlook",
"type": "CNAME",
"host": "autodiscover",
"pointsTo": "%autodiscover%",
"ttl": "3600"
},
{
"groupId": "Outlook",
"type": "TXT",
"host": "@",
"data": "%spftxt%",
"ttl": "3600"
},
{
"groupId": "Skype",
"type": "CNAME",
"host": "sip",
"pointsTo": "%sip%",
"ttl": "3600"
},
{
"groupId": "Skype",
"type": "CNAME",
"host": "lyncdiscover",
"pointsTo": "%lyncdiscover%",
"ttl": "3600"
},
{
"groupId": "Skype",
"type": "SRV",
"service": "_sip",
"protocol": "_tls",
"port": "443",
"weight": "1",
"priority": "100",
"host": "@",
"pointsTo": "%sipdir%",
"ttl": "3600"
},
{
"groupId": "Skype",
"type": "SRV",
"service": "_sipfederationtls",
"protocol": "_tcp",
"port": "5061",
"weight": "1",
"priority": "100",
"host": "@",
"pointsTo": "%sipfed%",
"ttl": "3600"
},
{
"groupId": "MDM",
"type": "CNAME",
"host": "enterpriseregistration",
"pointsTo": "%entreg%",
"ttl": "3600"
},
{
"groupId": "MDM",
"type": "CNAME",
"host": "enterpriseenrollment",
"pointsTo": "%entenroll%",
"ttl": "3600"
},
{
"groupId": "Auth",
"type": "CNAME",
"host": "msoid",
"pointsTo": "%msoid%",
"ttl": "3600"
},
{
"groupId": "Verification",
"type": "TXT",
"host": "@",
"data": "%verifytxt%",
"ttl": "3600"
}
]
}