Last active
May 27, 2021 19:31
-
-
Save mayli/6930084794b8a398fb3c5f3c3e1eeef2 to your computer and use it in GitHub Desktop.
zonefile
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
$ORIGIN n.dn42. | |
$TTL 7200 | |
; SOA | |
@ IN SOA ns2.androw.dn42. noc.androw.eu. ( | |
2021050901 ; Serial | |
7200 ; Refresh | |
1800 ; Retry | |
1209600 ; Expire | |
86400 ) ; Minimum | |
; NAMESERVERS | |
@ IN NS ns2.androw.dn42. | |
; A RECORDS | |
@ IN A 172.20.47.1 | |
lax IN A 172.20.47.1 | |
ams IN A 172.20.47.2 | |
hkg IN A 172.20.47.3 | |
; AAAA RECORDS | |
@ IN AAAA fd42:babe:cafe::1 | |
lax IN AAAA fd42:babe:cafe::1 | |
ams IN AAAA fd42:babe:cafe::2 | |
hkg IN AAAA fd42:babe:cafe::3 | |
; CNAME RECORDS | |
www IN CNAME lax | |
lg IN CNAME lax | |
net IN CNAME lax | |
; RDNS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment