Created
September 8, 2010 14:47
-
-
Save scottymac/570227 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DOMAIN.COM. 1800 IN SOA ns15.domaincontrol.com. dns.jomax.net. ( | |
2010090822 | |
28800 | |
7200 | |
604800 | |
86400 | |
) | |
; A Records | |
@ 1800 IN A 174.129.212.2 | |
@ 1800 IN A 75.101.145.87 | |
@ 1800 IN A 75.101.163.44 | |
; CNAME Records | |
www 1800 IN CNAME proxy.heroku.com | |
mail 1800 IN CNAME ghs.google.com | |
; MX Records | |
@ 1800 IN MX 1 aspmx.l.google.com | |
@ 1800 IN MX 5 alt1.aspmx.l.google.com | |
@ 1800 IN MX 5 alt2.aspmx.l.google.com | |
@ 1800 IN MX 10 aspmx2.googlemail.com | |
@ 1800 IN MX 10 aspmx3.googlemail.com | |
; NS Records | |
@ 1800 IN NS ns15.domaincontrol.com | |
@ 1800 IN NS ns16.domaincontrol.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment