named.conf revision 499b34cea04a46823d003d4c0520c8b03e8513cb
e09cdbac087b88524ac40e943d040e2a032c48f2Mark Andrews/*
d3498432822fb487e58f8f72bb5f880dd8307d7dMichael Sawyer * Copyright (C) 2000, 2001 Internet Software Consortium.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews *
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews * Permission to use, copy, modify, and distribute this software for any
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * purpose with or without fee is hereby granted, provided that the above
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * copyright notice and this permission notice appear in all copies.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews *
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
d58e33bfabfee19a035031dac633d36659738d56Evan Hunt * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
d58e33bfabfee19a035031dac633d36659738d56Evan Hunt * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
b1b42b03b774d77ddfd38e5e0a5c0a3ed1944b89Mark Andrews * INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
60988462e5d6db53205851d056e3482a29239be9Evan Hunt * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
a7290af88fcc79cd633b7b9637094257ac5dc37aBrian Wellington * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
92fe6db3e46016f4ce0d6e372c745469bba10b5eEvan Hunt * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
60988462e5d6db53205851d056e3482a29239be9Evan Hunt */
0e9dcd548051a8ec34744bfa18b4e09fea742a39Andreas Gustafsson
a92428ecb8be7eb85e5296b2c9082c2c9c43a4e7Michael Sawyer/* $Id: named.conf,v 1.6 2001/01/09 21:43:12 bwelling Exp $ */
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Huntoptions {
12a4b3372302a7dad02d6eae9fd15a09a7bc95c8Brian Wellington query-source address 10.53.0.1;
b5f4cc132e91afb1217f4aa79424793c0e11c09aMark Andrews notify-source 10.53.0.1;
79bf7c874bb5a01b5b5db44af10b4ae24c89b93eEvan Hunt transfer-source 10.53.0.1;
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt port 5300;
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt pid-file "named.pid";
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt listen-on { 10.53.0.1; };
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt listen-on-v6 { none; };
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt recursion no;
};
zone "." {
type master;
file "root.db";
};
zone "example1." {
type master;
file "example.db";
};
zone "example2." {
type master;
file "example.db";
};
zone "example3." {
type master;
file "example.db";
};
zone "example4." {
type master;
file "example.db";
};