diff options
author | Heiko Schlittermann (HS12) <hs@schlittermann.de> | 2015-06-22 09:57:02 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12) <hs@schlittermann.de> | 2015-06-22 11:35:48 +0200 |
commit | f6584c83fdb3b168c430b5757209cc71cae10727 (patch) | |
tree | a04207efdd610d4fdf9ab5ecb495f9ffe5ecab7c /test/dnszones-src | |
parent | 790fbb71d92b47c6637892f3feedc0f99000f01e (diff) |
Testsuite: fakens may return AUTHORITY records
If an entry in db.<zone> is prefixed with "AA ", fakens
will put a valid NS record into the AUTHORITY section of the
returned packet. This will be used by dns_trust_aa checks.
Diffstat (limited to 'test/dnszones-src')
-rw-r--r-- | test/dnszones-src/db.test.ex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/dnszones-src/db.test.ex b/test/dnszones-src/db.test.ex index 6056506c5..4cbf0f251 100644 --- a/test/dnszones-src/db.test.ex +++ b/test/dnszones-src/db.test.ex @@ -15,6 +15,9 @@ ; NOTE (3): the top-level networks for testing addresses are parameterized by ; the use of V4NET and V6NET. These networks should be such that no real ; host ever uses them. +; +; Several prefixes may be used, see the source in src/fakens.c for a complete list +; and description. test.ex. NS exim.test.ex. test.ex. SOA exim.test.ex. hostmaster.exim.test.ex 1430683638 1200 120 604800 3600 |