diff options
author | Heiko Schlittermann (HS12) <hs@schlittermann.de> | 2015-04-09 17:30:58 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12) <hs@schlittermann.de> | 2015-04-25 22:39:39 +0200 |
commit | 99c1bb4ed9d99c7b0f615750c37884d7a7f9aa0d (patch) | |
tree | 484d372d52347d4f54307888c301189a5444ca78 /test/stdout | |
parent | 8d42c8364882bf2d743a5b876d6df741b6d67e40 (diff) |
Make dnssec_request_domains/dnssec_require_domains generic
Not only the dnslookup router should use DNSSEC for lookups. The
manualroute and even queryprogram router may just generate a host list.
The names then need to be resolved, optionally via DNSSEC.
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0147 | 2 | ||||
-rw-r--r-- | test/stdout/0442 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/test/stdout/0147 b/test/stdout/0147 index b877c6110..45e48244b 100644 --- a/test/stdout/0147 +++ b/test/stdout/0147 @@ -23,6 +23,8 @@ no_check_local_user condition = debug_print = no_disable_logging +dnssec_request_domains = +dnssec_require_domains = domains = driver = accept no_dsn_lasthop diff --git a/test/stdout/0442 b/test/stdout/0442 index b47d7b31b..34c6510fd 100644 --- a/test/stdout/0442 +++ b/test/stdout/0442 @@ -8,6 +8,8 @@ no_check_local_user condition = debug_print = no_disable_logging +dnssec_request_domains = +dnssec_require_domains = domains = driver = accept no_dsn_lasthop |