mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-05-13 01:30:16 -04:00
14 lines
223 B
Text
14 lines
223 B
Text
$ORIGIN example.com.
|
|
$TTL 3600
|
|
|
|
@ IN SOA dns1.example.com. hostmaster.example.com. (
|
|
2010111217 ; serial
|
|
6h ; refresh
|
|
1h ; retry
|
|
1w ; expire
|
|
1d ) ; minimum
|
|
|
|
NS dns1
|
|
NS dns2
|
|
|
|
; missing glue for dns1 and dns2
|