SOA stands for Start of Authority. Every DNS zone must have exactly one SOA record at the beginning of the zone file. It provides essential information about the zone's management, the primary nameserver, and how secondary servers should cache the domain's information.
Check your DNS serial number and timers to troubleshoot zone transfer and propagation issues.
An SOA record consists of several distinct fields that dictate how your DNS zone is managed:
@ is replaced by a dot (e.g., admin.example.com instead of admin@example.com).The serial number is the only way secondary DNS servers know that the zone has changed. If you update an A record but forget to increase the serial number in the SOA record, your changes will never propagate to the secondary servers.
A common value is 1 to 4 weeks (e.g., 2419200 seconds). If your primary server goes down, this timer starts. If it isn't fixed before the timer runs out, your secondary servers will stop answering queries, making your domain go completely offline.