Created
January 13, 2016 06:01
-
-
Save jnbdz/bef60b7c9bf174693b43 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
$TTL 604800 | |
@ IN SOA one.example.com. admin.one.example.com. ( | |
3 ; Serial | |
604800 ; Refresh | |
2419200 ; Retry | |
604800 ) ; Negative Cache TTL | |
; name servers | |
IN NS ns1.one.example.com. | |
; PTR Records | |
3.0 IN PTR ns1.one.example.com. ; 10.8.0.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment