Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating intranet.hackclub.com to have email config #1568

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions hackclub.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1782,6 +1782,10 @@ _dmarc.scrapyard:
type: TXT
ttl: 3600
value: v=DMARC1\; p=none\; rua=mailto:dmarc_report@hackclub.com\; ruf=mailto:dmarc_report@hackclub.com\;fo=1
_dmarc.intranet:
- ttl: 600
type: CNAME
value: dmarcroot.purelymail.com.
key1._domainkey.hcarc:
type: CNAME
ttl: 600
Expand Down Expand Up @@ -1897,6 +1901,15 @@ intranet:
- ttl: 600
type: CNAME
value: kaympe20.github.io.
- ttl: 600
type: MX
value: mailserver.purelymail.com.
- ttl: 600
type: TXT
value: v=spf1 include:_spf.purelymail.com ~all
- ttl: 600
type: TXT
value: purelymail_ownership_proof=f891b36f781e2d66b883b30b47c77105b72d58ddfc8d3091c950bbb6c8deff7eb774087d5257c17bc0b9c3af9c49c083f785b044fb518ce6d4d246fa29790085
intro.moonbeam:
- ttl: 600
type: CNAME
Expand Down Expand Up @@ -2653,6 +2666,18 @@ psn:
- ttl: 600
type: CNAME
value: psnhackclub.netlify.app.
purelymail1._domainkey.intranet:
- ttl: 600
type: CNAME
value: key1.dkimroot.purelymail.com.
purelymail2._domainkey.intranet:
- ttl: 600
type: CNAME
value: key2.dkimroot.purelymail.com.
purelymail3._domainkey.intranet:
- ttl: 600
type: CNAME
value: key3.dkimroot.purelymail.com.
puyallup:
- ttl: 600
type: ALIAS
Expand Down
Loading