Advertisement
pilotdns

PilotDNS Zone creation default template test

Jun 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. /*
  2. * PilotDNS Zone Master Configuration File
  3. *
  4. * NOTE: Any changes made to this file may be overwritten by PilotDNS.
  5. * therefore any changes should be made within the PilotDNS
  6. * management console.
  7. */
  8.  
  9. /*
  10. * File Preparation Information
  11. * Last Written: 2018-06-23 08:25:08
  12. * Last Modified By: 2018-06-23 08:25:09
  13. * Domain Owner: [eventually will be written]
  14. * Domain Reseller: [eventually will be written]
  15. * Total Records: 7
  16. */
  17.  
  18. test.com. IN SOA mail. admin.emailhere. ( ;SOA
  19. 1529706308 ; serial
  20. 10800 ; refresh
  21. 3600 ; retry
  22. 604800 ; expire
  23. 38400) ; ttl
  24. @ IN A 192.168.190.133 A ;Default Domain Entry A:(@)
  25. www IN A 192.168.190.133 A ;Default Domain Entry A:(www)
  26. ns1 IN A 192.168.190.133 A ;Nameserver 1 A Record
  27. ns2 IN A 192.168.190.133 A ;Nameserver 1 A Record
  28. @ IN NS ns1.test.com. NS ;Def Nameserver 1
  29. @ IN NS ns2.test.com. NS ;Def Nameserver 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement