Skip to content

Commit

Permalink
Merge pull request #18 from mattcanty/mattcanty-patch-3
Browse files Browse the repository at this point in the history
controlaltrepeat.net for FreeAgent
  • Loading branch information
mattcanty committed Aug 14, 2024
2 parents 99e1cb2 + e7d5155 commit eccee4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ D("controlaltrepeat.net", NON_REG, DnsProvider(R53),
MX("@", 5, "ALT1.ASPMX.L.GOOGLE.COM."),
MX("@", 5, "ALT2.ASPMX.L.GOOGLE.COM."),
MX("@", 10, "ALT3.ASPMX.L.GOOGLE.COM."),
MX("@", 10, "ALT4.ASPMX.L.GOOGLE.COM.")
MX("@", 10, "ALT4.ASPMX.L.GOOGLE.COM."),
TXT("20240814125127pm._domainkey", "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC/UhMiB+4qOMGvw+3CVowftnxkL2Sv377vzjaBtuNxbWFT1fmDN5xwDqzzp/mp4GEWyv+aPVnqRPqRkjbE3W3egmsWJkreoMSoKtvHCwqDDaiGgIFtpQXheTMW6Bxp/siltRYAY+xqy+p3KQKbmcwdUTK7uZXrl/bugwW0u08MTwIDAQAB"),
CNAME("freeagent-mailer", "pm.mtasv.net.")
);

D("bassguitarbook.com", NON_REG, DnsProvider(R53),
Expand Down

0 comments on commit eccee4c

Please sign in to comment.