Primary-Secondary
Primary DNS Server
Secondary DNS Server
Zone Information
; Zone file for example.com
$TTL 86400 ; Default TTL (Time to Live) of 1 day
; SOA Record
@ IN SOA ns1.example.com. admin.example.com. (
2024091201 ; Serial (YYYYMMDDNN format)
3600 ; Refresh (1 hour)
1800 ; Retry (30 minutes)
1209600 ; Expire (14 days)
86400 ; Minimum TTL (1 day)
)
; Name Servers
@ IN NS ns1.example.com.
@ IN NS ns2.example.com.
; A Records
@ IN A 192.0.2.1
www IN A 192.0.2.1
ftp IN A 192.0.2.2
; MX Records
@ IN MX 10 mail.example.com.
; CNAME Records
blog IN CNAME www.example.com.
; TXT Records
@ IN TXT "v=spf1 include:_spf.example.com ~all"Zone Transfer
Invisibility
Last updated