mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 03:11:56 -05:00
One more missing file.
This commit is contained in:
parent
f4f73ec517
commit
81a253a185
1 changed files with 19 additions and 0 deletions
19
bin/tests/system/views/ns2/internal.db
Normal file
19
bin/tests/system/views/ns2/internal.db
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
$ORIGIN .
|
||||
$TTL 300 ; 5 minutes
|
||||
example IN SOA mname1. . (
|
||||
2 ; serial
|
||||
20 ; refresh (20 seconds)
|
||||
20 ; retry (20 seconds)
|
||||
1814400 ; expire (3 weeks)
|
||||
3600 ; minimum (1 hour)
|
||||
)
|
||||
example. NS ns2.example.
|
||||
ns2.example. A 10.53.0.2
|
||||
example. NS ns3.example.
|
||||
ns3.example. A 10.53.0.3
|
||||
|
||||
$ORIGIN example.
|
||||
a A 10.1.0.1
|
||||
MX 10 intmail.example.
|
||||
|
||||
intmail A 10.1.0.2
|
||||
Loading…
Reference in a new issue