incorrect root hint directory
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.1 2000/12/22 17:03:02 gson Exp $ */
|
||||
/* $Id: named.conf,v 1.2 2000/12/22 18:57:16 gson Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.2;
|
||||
@@ -31,7 +31,7 @@ options {
|
||||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "../common/root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
include "zones.conf";
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.1 2000/12/22 17:03:02 gson Exp $ */
|
||||
/* $Id: named.conf,v 1.2 2000/12/22 18:57:17 gson Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.3;
|
||||
@@ -40,7 +40,7 @@ controls {
|
||||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "../common/root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
server 10.53.0.4 {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.1 2000/12/22 17:03:03 gson Exp $ */
|
||||
/* $Id: named.conf,v 1.2 2000/12/22 18:57:18 gson Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.4;
|
||||
@@ -31,7 +31,7 @@ options {
|
||||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "../common/root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
include "zones.conf";
|
||||
|
||||
Reference in New Issue
Block a user