Add missing files

This commit is contained in:
Michael Sawyer
2000-05-17 22:38:50 +00:00
parent d98372394f
commit 02fdafbf53
5 changed files with 201 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
$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