Skip to content

Instantly share code, notes, and snippets.

@foo0x29a
Created February 24, 2019 13:37
Show Gist options
  • Save foo0x29a/d47c81315bc2af9d21e1c8ac94fa0e02 to your computer and use it in GitHub Desktop.
Save foo0x29a/d47c81315bc2af9d21e1c8ac94fa0e02 to your computer and use it in GitHub Desktop.
/etc/bind/zones/db.nagoya-foundation.com
$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