Skip to content

Commit

Permalink
Merge pull request #19 from mattcanty/mattcanty-patch-4
Browse files Browse the repository at this point in the history
Add Control Alt Repeat website
  • Loading branch information
mattcanty committed Aug 22, 2024
2 parents eccee4c + a655ea4 commit aed02a2
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 @@ -28,7 +28,9 @@ D("controlaltrepeat.net", NON_REG, DnsProvider(R53),
MX("@", 10, "ALT3.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.")
CNAME("freeagent-mailer", "pm.mtasv.net."),
A("@", "75.2.60.5"),
CNAME("www", "sage-blini-bad66c.netlify.app.")
);

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

0 comments on commit aed02a2

Please sign in to comment.