named.conf revision f333ea9bdd3f85b74ae790e6c8ce2684295b3483
a86310b25a2fc01f76df88293287b3908ab3d7f0Mark Andrews/*
a86310b25a2fc01f76df88293287b3908ab3d7f0Mark Andrews * Copyright (C) 2000 Internet Software Consortium.
a86310b25a2fc01f76df88293287b3908ab3d7f0Mark Andrews *
09755f72700f2ea34254bc234e335322bda63434Evan Hunt * Permission to use, copy, modify, and distribute this software for any
a86310b25a2fc01f76df88293287b3908ab3d7f0Mark Andrews * purpose with or without fee is hereby granted, provided that the above
09755f72700f2ea34254bc234e335322bda63434Evan Hunt * copyright notice and this permission notice appear in all copies.
09755f72700f2ea34254bc234e335322bda63434Evan Hunt *
675900780a50f4d7b512b462b9c9dc78c6caa384Mark Andrews * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
d6080de9be23024f5f7a1e40d0cb06df94cdcb72Mark Andrews * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
d6080de9be23024f5f7a1e40d0cb06df94cdcb72Mark Andrews * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
d6080de9be23024f5f7a1e40d0cb06df94cdcb72Mark Andrews * INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
* FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
* NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.15 2000/11/28 19:07:00 gson Exp $ */
options {
query-source address 10.53.0.2;
notify-source 10.53.0.2;
transfer-source 10.53.0.2;
port 5300;
pid-file "named.pid";
listen-on { 10.53.0.2; };
listen-on-v6 { none; };
recursion no;
notify yes;
transfers-in 5;
transfers-per-ns 5;
};
zone "." {
type hint;
file "root.hint";
};
zone "changing." {
type slave;
masters { 10.53.0.1; };
file "changing.bk";
};
include "zones.conf";