Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. ;;
  2. ;; Domain: servername.net.
  3. ;; Exported: 2019-07-06 21:22:43
  4. ;;
  5. ;; This file is intended for use for informational and archival
  6. ;; purposes ONLY and MUST be edited before use on a production
  7. ;; DNS server. In particular, you must:
  8. ;; -- update the SOA record with the correct authoritative name server
  9. ;; -- update the SOA record with the contact e-mail address information
  10. ;; -- update the NS record(s) with the authoritative name servers for this domain.
  11. ;;
  12. ;; For further information, please consult the BIND documentation
  13. ;; located on the following website:
  14. ;;
  15. ;; http://www.isc.org/
  16. ;;
  17. ;; And RFC 1035:
  18. ;;
  19. ;; http://www.ietf.org/rfc/rfc1035.txt
  20. ;;
  21. ;; Please note that we do NOT offer technical support for any use
  22. ;; of this zone data, the BIND name server, or any other third-party
  23. ;; DNS software.
  24. ;;
  25. ;; Use at your own risk.
  26.  
  27. ;; SOA Record
  28. servername.net. 3600 IN SOA servername.net. root.servername.net. 2031411476 7200 3600 86400 3600
  29.  
  30. ;; A Records
  31. servername.net. 1 IN A 85.114.134.200
  32. play.servername.net. 1 IN A 85.114.134.200
  33. ts.servername.net. 1 IN A 85.114.134.200
  34.  
  35. ;; CNAME Records
  36. www.servername.net. 1 IN CNAME servername.net.
  37.  
  38. ;; MX Records
  39. servername.net. 1 IN MX 10 mail.servername.net.
  40.  
  41. ;; SRV Records
  42. _minecraft._tcp.play.servername.net. 1 IN SRV 1 1 25565 play.servername.net.
  43. _ts3._udp.ts.servername.net. 1 IN SRV 1 1 9987 ts.servername.net.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement