share the root.hint file among most of the system tests instead of having multiple identical copies
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named2.conf,v 1.17 2001/01/09 21:45:37 bwelling Exp $ */
|
||||
/* $Id: named2.conf,v 1.18 2001/01/11 20:42:00 gson Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.2;
|
||||
@@ -37,7 +37,7 @@ view "internal" {
|
||||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
@@ -52,7 +52,7 @@ view "external" {
|
||||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
|
||||
Reference in New Issue
Block a user