I’m not seeing an option for the SOA record type in the DNS Panel’s dropdown of record types when creating a new dns record. Is there another way to add an SOA records on Netlify? Can a different record type be used for SOA records, perhaps?
Aside: some minor nitpicks, if I may, the DNS Panel’s UI could use a bit of love. In particular, some separation between record types in the listing table would be nice.
I had it previously on Linode, before moving to Netlify DNS.
The only reason I moved DNS from Linode was to have access to branch urls without moving to www as my primary domain, as I understood it.
Why do I need an SOA? To quote Cloudflare:
The DNS “start of authority” (SOA) record stores important information about a domain or zone such as the email address of the administrator, when the domain was last updated, and how long the server should wait between refreshes.
All DNS zones need an SOA record in order to conform to IETF standards. SOA records are also important for zone transfers.
Because you are not the manager of the DNS zone, Netlify is (or NS1 which is the provider Netlify use.) SOA is handled at the zone administration level, not by a user such as you or me.
An SOA record will already exist for a domain if you have delegated it to Netlify. Run dig <yourdomain>.<tld> SOA e.g.
$ dig netlify.com SOA
netlify.com. 3600 IN SOA dns1.p04.nsone.net. hostmaster.nsone.net. 1664458603 43200 7200 1209600 300