2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

One more missing file.

This commit is contained in:
Michael Sawyer
2000-06-01 23:45:24 +00:00
parent f4f73ec517
commit 81a253a185

View 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