You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

db.site1.example.com 445B

1234567891011121314151617
  1. $ORIGIN .
  2. $TTL 86400 ; 1 day
  3. site1.example.com IN SOA ns1.example.com. hostmaster.example.com. (
  4. 2002022402 ; serial
  5. 10800 ; refresh (3 hours)
  6. 15 ; retry (15 seconds)
  7. 604800 ; expire (1 week)
  8. 10800 ; minimum (3 hours)
  9. )
  10. $TTL 600 ; 10 minutes
  11. NS ns1.example.com.
  12. NS ns2.example.com.
  13. $ORIGIN site1.example.com.
  14. $TTL 600 ; 10 minutes
  15. serv1 CNAME site1
  16. serv2 CNAME site1
  17. site1 A 42.42.42.43