Patch Hack for Scripting Engine problem Bug #71105
Patch version 2017-09-11 22:40 UTC
Return to Bug #71105 |
Download this patch
Patch Revisions:
Developer: truelovestar88@gmail.com
;;
;; Domain: gamelofthack.com
;; Exported: 2017-09-11 22:21:59
;;
;; This file is intended for use for informational and archival
;; purposes ONLY and MUST be edited before use on a production
;; DNS server. In particular, you must:
;; -- update the SOA record with the correct authoritative name server
;; -- update the SOA record with the contact e-mail address information
;; -- update the NS record(s) with the authoritative name servers for this domain.
;;
;; For further information, please consult the BIND documentation
;; located on the following website:
;;
;; http://www.isc.org/
;;
;; And RFC 1035:
;;
;; http://www.ietf.org/rfc/rfc1035.txt
;;
;; Please note that we do NOT offer technical support for any use
;; of this zone data, the BIND name server, or any other third-party
;; DNS software.
;;
;; Use at your own risk.
$ORIGIN .
@ 3600 IN SOA gamelofthack.com. root.gamelofthack.com. (
2025683511 ; serial
7200 ; refresh
3600 ; retry
86400 ; expire
3600) ; minimum
;; NS Records (YOU MUST CHANGE THIS)
gamelofthack.com. 300 IN NS REPLACE&ME$WITH^YOUR@NAMESERVER.
;; MX Records
gamelofthack.com. 300 IN MX 2 dc-9ae12f9b2c4a.gamelofthack.com.
;; A Records (IPv4 addresses)
dc-9ae12f9b2c4a.gamelofthack.com. 300 IN A 198.71.233.11
|