Skip to content

Instantly share code, notes, and snippets.

@notionparallax
Created November 4, 2016 06:32
Show Gist options
  • Select an option

  • Save notionparallax/40902d12ffe027a7c155ac85e748278d to your computer and use it in GitHub Desktop.

Select an option

Save notionparallax/40902d12ffe027a7c155ac85e748278d to your computer and use it in GitHub Desktop.
;;
;; Domain: notionparallax.co.uk
;; Exported: 2016-11-04 05:28:50
;;
;; 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 notionparallax.co.uk. root.notionparallax.co.uk. (
2022990393 ; serial
7200 ; refresh
3600 ; retry
86400 ; expire
3600) ; minimum
;; NS Records (YOU MUST CHANGE THIS)
notionparallax.co.uk. 300 IN NS REPACE&ME$WITH^YOUR@NAMESERVER.
;; MX Records
notionparallax.co.uk. 300 IN MX 30 aspmx4.googlemail.com.
notionparallax.co.uk. 300 IN MX 20 alt2.aspmx.l.google.com.
notionparallax.co.uk. 300 IN MX 30 aspmx3.googlemail.com.
notionparallax.co.uk. 300 IN MX 20 alt1.aspmx.l.google.com.
notionparallax.co.uk. 300 IN MX 30 aspmx2.googlemail.com.
notionparallax.co.uk. 300 IN MX 30 aspmx5.googlemail.com.
notionparallax.co.uk. 300 IN MX 120 backupmx.lcn.com.
notionparallax.co.uk. 300 IN MX 10 aspmx.l.google.com.
notionparallax.co.uk. 300 IN MX 110 www.notionparallax.co.uk.
;; CNAME Records
notionparallax.notionparallax.co.uk. 300 IN CNAME notionparallax.github.io.
;; A Records (IPv4 addresses)
notionparallax.co.uk. 300 IN A 103.203.90.2
www.notionparallax.co.uk. 300 IN A 103.203.90.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment