12 lines
221 B
Dns
12 lines
221 B
Dns
; SPDX-License-Identifier: GPL-3.0-or-later
|
|
$ORIGIN example.com.
|
|
$TTL 3600
|
|
|
|
@ SOA dns1.example.com. hostmaster.example.com. (
|
|
2010111213 ; serial
|
|
6h ; refresh
|
|
1h ; retry
|
|
1w ; expire
|
|
1d ) ; minimum
|
|
|
|
NS dns1
|