mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 23:22:55 +00:00
Add events.hackclub.com mailing records (#2172)
* Add events.hackclub.com mailing records * Change CNAME to ALIAS * Update hackclub.com.yaml Co-authored-by: Alex Park <parkalex380@gmail.com> * Update hackclub.com.yaml --------- Co-authored-by: Alex Park <parkalex380@gmail.com>
This commit is contained in:
parent
6a403d5e1f
commit
248ef128c2
1 changed files with 22 additions and 2 deletions
|
|
@ -1865,10 +1865,30 @@ essays:
|
|||
ttl: 300
|
||||
type: CNAME
|
||||
value: hackclub.github.io.
|
||||
events:
|
||||
events: # leo@hackclub.com
|
||||
- octodns:
|
||||
lenient: true
|
||||
ttl: 300
|
||||
type: CNAME
|
||||
type: ALIAS
|
||||
value: cname.vercel-dns.com.
|
||||
- ttl: 3600
|
||||
type: TXT
|
||||
values:
|
||||
- google-site-verification=PKLA_96C4mFmn3-vHBN9hLmrJLyv8htvkZaZp2wFk5U
|
||||
- v=spf1 include:_spf.google.com ~all
|
||||
- ttl: 3600
|
||||
type: MX
|
||||
values:
|
||||
- exchange: ASPMX.L.GOOGLE.COM.
|
||||
preference: 1
|
||||
- exchange: ALT1.ASPMX.L.GOOGLE.COM.
|
||||
preference: 5
|
||||
- exchange: ALT2.ASPMX.L.GOOGLE.COM.
|
||||
preference: 5
|
||||
- exchange: ALT3.ASPMX.L.GOOGLE.COM.
|
||||
preference: 10
|
||||
- exchange: ALT4.ASPMX.L.GOOGLE.COM.
|
||||
preference: 10
|
||||
evergreen:
|
||||
- ttl: 300
|
||||
type: CNAME
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue