forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoogle.com.gsuite.json
44 lines (44 loc) · 960 Bytes
/
google.com.gsuite.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
{
"providerId":"google.com",
"providerName":"Google",
"serviceId":"gsuite",
"serviceName":"Google GSuite",
"logoUrl":"",
"description":"Enables a domain to work with Google GSuite",
"variableDescription":"v1 is the IP address of the server.",
"records":[
{
"type": "MX",
"priority": "1",
"target": "ASPMX.L.GOOGLE.COM"
},
{
"type": "MX",
"priority": 5,
"target": "ALT1.ASPMX.L.GOOGLE.COM"
},
{
"type": "MX",
"priority": 5,
"target": "ALT2.ASPMX.L.GOOGLE.COM"
},
{
"type": "MX",
"priority": 10,
"target": "ALT3.ASPMX.L.GOOGLE.COM"
},
{
"type": "MX",
"priority": 10,
"target": "ALT4.ASPMX.L.GOOGLE.COM"
},
{
"type": "TXT",
"target": "%verify%"
},
{
"type": "TXT",
"target": "%spftxt%"
}
]
}