Created
July 20, 2010 23:49
-
-
Save omega8cc/483800 to your computer and use it in GitHub Desktop.
This file contains 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
$TTL 300 | |
@ IN SOA ns1.omega8.cc. admin.omega8.cc. ( | |
2009040845 | |
10800 | |
1800 | |
604800 | |
10800 ) | |
IN NS ns1.omega8.cc. | |
IN NS ns2.omega8.cc. | |
; | |
IN MX 10 aspmx.l.google.com. | |
IN MX 20 alt1.aspmx.l.google.com. | |
IN MX 20 alt2.aspmx.l.google.com. | |
IN MX 30 aspmx2.googlemail.com. | |
IN MX 30 aspmx3.googlemail.com. | |
IN MX 30 aspmx4.googlemail.com. | |
IN MX 30 aspmx5.googlemail.com. | |
; | |
www IN A 180.92.184.130 | |
* IN A 180.92.184.130 | |
omega8.cc. IN A 180.92.184.130 | |
omega8.cc. IN TXT "v=spf1 a mx ip4:180.92.184.130 include:gmail.com ~all" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment