Created
May 4, 2020 00:07
-
-
Save wwalker/13ffe0adf57ee0cdc69e85dc369382cc 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
# mail.n5red.com it the registered DNS server for n5red.com | |
$TTL 300 | |
@ IN SOA mail.n5red.com. root.technoronin.com. ( | |
2020050302 ; serial | |
12h ; refresh | |
15m ; retry | |
2w ; expiry | |
1m ; nxdomain ttl | |
); | |
; | |
; NS RRs | |
; | |
@ NS titania.technoronin.com. | |
@ NS mail.n5red.com. | |
; | |
; A RRs | |
; | |
mail A 162.243.37.190 | |
n5red.com. A 162.243.37.190 | |
master A 162.243.37.190 | |
new A 165.227.104.29 | |
; | |
; MX RRs | |
; | |
n5red.com. MX 10 mail |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment