mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-22 10:10:12 +00:00
11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
|
$TTL 1h
|
||
|
$ORIGIN example.com.
|
||
|
@ IN SOA ns1.parent.com. admin.test.com. (
|
||
|
1439234395
|
||
|
10800
|
||
|
3600
|
||
|
604800
|
||
|
38400 )
|
||
|
example.com. IN NS 172.17.42.1.
|
||
|
dskey IN NS 172.17.42.1.
|