Skip to content

Commit

Permalink
Fixed quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoldblinn authored Mar 3, 2018
1 parent 92a190d commit 4cd0bd1
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions google.com.gsuite.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,37 @@
"variableDescription":"v1 is the IP address of the server.",
"records":[
{
type”: “MX”,
priority”: “1”,
target”: “ASPMX.L.GOOGLE.COM
"type": "MX",
"priority": "1",
"target": "ASPMX.L.GOOGLE.COM"
},
{
type”: “MX”,
priority: 5,
target”: “ALT1.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": 5,
"target": "ALT2.ASPMX.L.GOOGLE.COM"
},
{
type”: “MX”,
priority: 10,
target”: “ALT3.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": "MX",
"priority": 10,
"target": "ALT4.ASPMX.L.GOOGLE.COM"
},
{
type”: “TXT,
target”: “%verify%
"type": "TXT",
"target": "%verify%"
},
{
type”: “TXT,
target”: “%spftxt%
"type": "TXT",
"target": "%spftxt%"
}
]
}

0 comments on commit 4cd0bd1

Please sign in to comment.