Created
February 24, 2019 13:37
-
-
Save foo0x29a/d47c81315bc2af9d21e1c8ac94fa0e02 to your computer and use it in GitHub Desktop.
/etc/bind/zones/db.nagoya-foundation.com
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 604800 | |
@ IN SOA ns1.nagoya-foundation.com. root.nagoya-foundation.com. ( | |
3 ; Serial | |
604800 ; Refresh | |
86400 ; Retry | |
2419200 ; Expire | |
604800 ) ; Negative Cache TTL | |
; | |
; name servers - NS records | |
IN NS ns1.nagoya-foundation.com. | |
; name servers - A records | |
ns1.nagoya-foundation.com. IN A 172.20.0.2 | |
host1.nagoya-foundation.com. IN A 172.20.0.3 | |
host2.nagoya-foundation.com. IN A 172.20.0.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment