Skip to content

Commit

Permalink
Create microsoft.com.o365.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoldblinn authored Mar 11, 2017
1 parent 81e183e commit 52221cd
Showing 1 changed file with 109 additions and 0 deletions.
109 changes: 109 additions & 0 deletions microsoft.com.o365.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
{

"providerId": "microsoft.com",

"providerName": "Microsoft",

"templateId": "O365",

"templateName": "Microsoft Office 365",

"logoUrl": "http://domainconnect.org/wp-content/uploads/2016/04/squarespace-logo-horizontal-white-300x109.jpg",

"description" : "Enables a domain to work with Microsoft Office 365",

"variableDescription": "Self explanatory in the variable names.",
"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": "@",
"pointsTo": "%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": "@",
"pointsTo": "%verifytxt%",
"ttl": "3600"
}

]

}

0 comments on commit 52221cd

Please sign in to comment.