mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 03:51:16 -05:00
- Added an insecure child of a secure parent (insecure.secure.example) - Added a privately secure child of a secure parent (private.secure.example)
22 lines
405 B
Text
22 lines
405 B
Text
$TTL 300 ; 5 minutes
|
|
@ IN SOA mname1. . (
|
|
2000042407 ; serial
|
|
20 ; refresh (20 seconds)
|
|
20 ; retry (20 seconds)
|
|
1814400 ; expire (3 weeks)
|
|
3600 ; minimum (1 hour)
|
|
)
|
|
NS ns
|
|
ns A 10.53.0.3
|
|
|
|
a A 10.0.0.1
|
|
b A 10.0.0.2
|
|
d A 10.0.0.4
|
|
z A 10.0.0.26
|
|
|
|
private NS ns.private
|
|
ns.private A 10.53.0.2
|
|
|
|
insecure NS ns.insecure
|
|
ns.insecure A 10.53.0.2
|
|
|