Skip to content

Commit

Permalink
Removed trailing dots in pointsTo. This isn't bind :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoldblinn committed Mar 6, 2019
1 parent 42d5e22 commit c746d64
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions fraudmarc.com.mail.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@
{
"type": "NS",
"host": "_domainkey",
"pointsTo": "ns%id%.fdmarc.net.",
"pointsTo": "ns%id%.fdmarc.net",
"ttl": 3600
},
{
"type": "CNAME",
"host": "_dmarc",
"pointsTo": "_d%id%.fdmarc.net.",
"pointsTo": "_d%id%.fdmarc.net",
"ttl": 3600
},
{
"type": "CNAME",
"host": "_mta-sts",
"pointsTo": "_ms%id%.fdmarc.net.",
"pointsTo": "_ms%id%.fdmarc.net",
"ttl": 600
},
{
"type": "CNAME",
"host": "mta-sts",
"pointsTo": "ms%id%.fdmarc.net.",
"pointsTo": "ms%id%.fdmarc.net",
"ttl": 3600
},
{
"type": "CNAME",
"host": "_smtp-tlsrpt",
"pointsTo": "_st%id%.fdmarc.net.",
"pointsTo": "_st%id%.fdmarc.net",
"ttl": 3600
},
{
Expand All @@ -47,7 +47,7 @@
{
"type": "NS",
"host": "fraudmarc",
"pointsTo": "fm%id%.fdmarc.net.",
"pointsTo": "fm%id%.fdmarc.net",
"ttl": 3600
}
]
Expand Down
10 changes: 5 additions & 5 deletions wordpress.com.g-suite.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,39 +26,39 @@
"groupId":"g-suite-mx",
"type":"MX",
"host":"@",
"pointsTo":"ASPMX.L.GOOGLE.COM.",
"pointsTo":"ASPMX.L.GOOGLE.COM",
"priority":1,
"ttl":3600
},
{
"groupId":"g-suite-mx",
"type":"MX",
"host":"@",
"pointsTo":"ALT1.ASPMX.L.GOOGLE.COM.",
"pointsTo":"ALT1.ASPMX.L.GOOGLE.COM",
"priority":5,
"ttl":3600
},
{
"groupId":"g-suite-mx",
"type":"MX",
"host":"@",
"pointsTo":"ALT2.ASPMX.L.GOOGLE.COM.",
"pointsTo":"ALT2.ASPMX.L.GOOGLE.COM",
"priority":5,
"ttl":3600
},
{
"groupId":"g-suite-mx",
"type":"MX",
"host":"@",
"pointsTo":"ALT3.ASPMX.L.GOOGLE.COM.",
"pointsTo":"ALT3.ASPMX.L.GOOGLE.COM",
"priority":10,
"ttl":3600
},
{
"groupId":"g-suite-mx",
"type":"MX",
"host":"@",
"pointsTo":"ALT4.ASPMX.L.GOOGLE.COM.",
"pointsTo":"ALT4.ASPMX.L.GOOGLE.COM",
"priority":10,
"ttl":3600
}
Expand Down

0 comments on commit c746d64

Please sign in to comment.