mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 22:05:14 +00:00
SendGrid DKIM (Sender Authentication) (#624)
* SendGrid DKIM (Send Authentication) * stringify subdomain * fix ordering * add trailing period + swtich keys * Add comments identifying SendGrid records * Update hackclub.com.yaml Co-authored-by: Ella <72365100+eilla1@users.noreply.github.com>
This commit is contained in:
parent
012dac87f1
commit
6d0bfe156d
1 changed files with 20 additions and 0 deletions
|
|
@ -33,6 +33,10 @@
|
|||
ttl: 1
|
||||
type: CNAME
|
||||
value: 97be9df7-6155-40f3-8f4b-ee2b9dcb811e.repl.co.
|
||||
"14148987": # SendGrid Sender Authentication (bank@hackclub.com)
|
||||
ttl: 1
|
||||
type: CNAME
|
||||
value: sendgrid.net.
|
||||
"*":
|
||||
ttl: 1
|
||||
type: CNAME
|
||||
|
|
@ -611,6 +615,10 @@ elon:
|
|||
ttl: 1
|
||||
type: CNAME
|
||||
value: proxyparty.hackclub.com.
|
||||
em4440: # SendGrid Sender Authentication (bank@hackclub.com)
|
||||
ttl: 1
|
||||
type: CNAME
|
||||
value: u14148987.wl238.sendgrid.net.
|
||||
em6326:
|
||||
ttl: 1
|
||||
type: CNAME
|
||||
|
|
@ -1201,6 +1209,14 @@ scrappy:
|
|||
ttl: 1
|
||||
type: CNAME
|
||||
value: glacial-dusk-446cvr5bsl9xqyp8yoge5tt7.herokudns.com.
|
||||
sgd2._domainkey: # SendGrid Sender Authentication (bank@hackclub.com)
|
||||
ttl: 1
|
||||
type: CNAME
|
||||
value: sgd2.domainkey.u14148987.wl238.sendgrid.net.
|
||||
sgd._domainkey: # SendGrid Sender Authentication (bank@hackclub.com)
|
||||
ttl: 1
|
||||
type: CNAME
|
||||
value: sgd.domainkey.u14148987.wl238.sendgrid.net.
|
||||
shop:
|
||||
- ttl: 1
|
||||
type: A
|
||||
|
|
@ -1426,6 +1442,10 @@ uqq467l64nnf3dyo6omjcjmcc3dmdqlb._domainkey:
|
|||
- ttl: 1
|
||||
type: CNAME
|
||||
value: uqq467l64nnf3dyo6omjcjmcc3dmdqlb.dkim.custom-email-domain.stripe.com.
|
||||
url75: # SendGrid Sender Authentication (bank@hackclub.com)
|
||||
ttl: 1
|
||||
type: CNAME
|
||||
value: sendgrid.net.
|
||||
v2:
|
||||
- ttl: 1
|
||||
type: CNAME
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue