Skip to content

Commit

Permalink
Merge pull request #15 from mattcanty/mattcanty-patch-1
Browse files Browse the repository at this point in the history
Add Cantonite website
  • Loading branch information
mattcanty authored Jun 24, 2024
2 parents f1b2f3d + 6bfd0b8 commit f67af61
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 @@ -38,7 +38,9 @@ D("cantonite.com", NON_REG, DnsProvider(R53),
MX("@", 10, "ALT4.ASPMX.L.GOOGLE.COM."),
MX("@", 15, "cfxvr25twetlbxcl3mj2xlmollggaahxwtf3d5u4kzedtil2v23q.mx-verification.google.com."),
TXT("20200208171147pm._domainkey", "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCvmAV2ogFclJKwuXYVXjIVC/44qkqvMbVlpvzSnKXKa4KSNNkrmcYF4Sc01JjNsDXyymqstismxiMkFQKkxqYQSsGus+LE09lXf0aRD74BxftKFpyu/P9APmMXc95J9YGTC7cTFzw3fakecX2Q1FpFMOlsKYLA2lya4MSBCDBfiQIDAQAB"),
CNAME("freeagent-mailer", "pm.mtasv.net.")
CNAME("freeagent-mailer", "pm.mtasv.net."),
A("@", "75.2.60.5"),
CNAME("www", "cantonitewebsite.netlify.app.")
);

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

0 comments on commit f67af61

Please sign in to comment.