mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-05-12 17:24:48 -04:00
13 lines
222 B
Text
13 lines
222 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 foreign.
|
|
|
|
; glue for foreign. is not mandatory
|