An assortment of interesting notes on DNS records.
Some applications and services provide integration through custom DNS records (usually TXT).
- ATProtocol:
TXTrecord of name_protowith valuedid={did:plc identifier} - Discord:
TXTrecord of name_discordwith valuedh={random string} - GitHub Pages:
TXTrecord of name_github-pages-challenge-{username}with value{random string} - Google Workspaces: The following records (last time I configured):
MXrecord of name{domain}with valuealt4.aspmx.l.google.comMXrecord of name{domain}with valuealt3.aspmx.l.google.comMXrecord of name{domain}with valuealt2.aspmx.l.google.comMXrecord of name{domain}with valuealt1.aspmx.l.google.comTXTrecord of namegoogle._domainkeywith valuev={value}; k={value}; p={value}(enforces DKIM, DomainKeys Identified Mail)v: version (DKIM1)k: key type (RSA)p: public key
TXTrecord of name{domain}with value"v=spf1 include:_spf.google.com ~all"(enforces SPF, Sender Policy Framework)