4077. [test] Add static-stub regression test for DS NXDOMAIN

return making the static stub disappear. [RT #38564]

(cherry picked from commit be9720ae2c)
This commit is contained in:
Mark Andrews
2015-02-27 12:46:45 +11:00
parent b7d7ce54e7
commit f0d388e561
7 changed files with 79 additions and 8 deletions

View File

@@ -66,3 +66,8 @@ zone "example.info" {
type static-stub;
server-addresses { ::1; }; #ns4
};
zone "undelegated" {
type static-stub;
server-addresses { 10.53.0.3; };
};