SOA Record

The SOA record is the Start of Authority record.
This contains all the main information top DNS servers need to identify your DNS server as a authority for the asked domain.

Note

This example assuming the main server instance is called dns.

dns.add('hvornum.se', 'SOA', email='root@hvornum.se', target='ns1.hvornum.se')
This sets up a SOA record for the domain hvornum.se, where the primary DNS server (target´) is `ns1.hvornum.se.
And the contact e-mail for the domain is root@hvornum.se.