Last active
January 13, 2016 23:19
-
-
Save jnbdz/d1ec3eb1a62beaa36f89 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 ns1.one.example.com. admin.one.example.com. ( | |
3 ; Serial | |
604800 ; Refresh | |
86400 ; Retry | |
2419200 ; Expire | |
604800 ; Negative Cache TTL | |
) | |
; | |
; name servers - NS records | |
IN NS ns1.one.example.com. | |
; name servers - A records | |
ns1.one.example.com. IN A 10.8.0.3 | |
; 10.8.0.0/16 - A records | |
jeannicolas.com.air.jn. IN A 10.8.0.100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment