mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 22:05:14 +00:00
Setup MX records for alpharetta.hackclub.com
This commit is contained in:
parent
2164569a59
commit
ddc1a6b162
1 changed files with 16 additions and 0 deletions
|
|
@ -83,6 +83,22 @@ alpharetta:
|
|||
- ttl: 1
|
||||
type: CNAME
|
||||
value: alpharetta.netlify.com.
|
||||
- ttl: 3600
|
||||
type: TXT
|
||||
value: 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
|
||||
angelhacks:
|
||||
- ttl: 1
|
||||
type: TXT
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue