example2.com 322 B

12345678
  1. ;; This is an incomplete zone file, but should be okay for testing purposes.
  2. example2.com. 3600 IN SOA master.example2.com. admin.example2.com. (
  3. 1234 ; serial
  4. 3600 ; refresh (1 hour)
  5. 1800 ; retry (30 minutes)
  6. 2419200 ; expire (4 weeks)
  7. 7200 ; minimum (2 hours)
  8. )