mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 03:11:56 -05:00
6 lines
157 B
Text
6 lines
157 B
Text
$TTL 5
|
|
@ IN SOA ns1 hostmaster 1 3600 1200 3600000 3600
|
|
@ IN NS ns1
|
|
ns1 IN A 10.0.0.1
|
|
sub IN SOA ns2 hostmaster 1 3600 1200 3600000 3600
|
|
ns2 IN A 10.0.0.2
|