diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-01 19:44:31 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-01 19:54:04 +0100 |
commit | 7d8d08c484958a90f5d5744894b9bc2f723bee4e (patch) | |
tree | d829ba1558ceb4371d0f38a76d6717bcdca84e7d /test/dnszones-src/db.example.com | |
parent | 2944124ccb62cbf64e44bc8e0894fb30307514da (diff) |
Support TTL from SOA for NXDOMAIN & NODATA cache entries. Bug 1395
Diffstat (limited to 'test/dnszones-src/db.example.com')
-rw-r--r-- | test/dnszones-src/db.example.com | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/dnszones-src/db.example.com b/test/dnszones-src/db.example.com index b9aca04d1..683772f77 100644 --- a/test/dnszones-src/db.example.com +++ b/test/dnszones-src/db.example.com @@ -16,6 +16,9 @@ ; the use of V4NET and V6NET. These networks should be such that no real ; host ever uses them. +; really short neg-cache interval, for testing NXDOMAIN caching +example.com. SOA exim.test.ex. hostmaster.exim.test.ex 1430683638 1200 120 604800 2 + example.com. NS exim.example.com. ; The real example.com has an SPF record; duplicate that here |