mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
One more missing file.
This commit is contained in:
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
|
Reference in New Issue
Block a user