named.conf revision f5695ad0e1a6cc8e19bfec7b71476e138de6cb6c
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halley/*
313b0ea9f258edd8530f4454c69e6ba194280162Tinderbox User * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews *
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence * Permission to use, copy, modify, and/or distribute this software for any
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater * purpose with or without fee is hereby granted, provided that the above
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halley * copyright notice and this permission notice appear in all copies.
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halley *
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * PERFORMANCE OF THIS SOFTWARE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews */
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halley
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halleycontrols { /* empty */ };
28a8f5b0de57d269cf2845c69cb6abe18cbd3b3aMark Andrews
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrenceoptions {
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halley query-source address 10.53.0.1;
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halley notify-source 10.53.0.1;
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉 transfer-source 10.53.0.1;
64ecc88345766e124e1fb053dbf4e36550471f83Evan Hunt port 5300;
64ecc88345766e124e1fb053dbf4e36550471f83Evan Hunt pid-file "named.pid";
64ecc88345766e124e1fb053dbf4e36550471f83Evan Hunt listen-on { 10.53.0.1; };
64ecc88345766e124e1fb053dbf4e36550471f83Evan Hunt listen-on-v6 { none; };
64ecc88345766e124e1fb053dbf4e36550471f83Evan Hunt recursion no;
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉};
78576fe0db75332cd956b037d90dad0c7e09b005Tatuya JINMEI 神明達哉
386d3a99c190bad55edf44d076e6bd087e230ab8Tatuya JINMEI 神明達哉zone "example" {
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halley type master;
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halley file "example.db";
e08daafffce8fb74ffca8ecf5772e334299ccf76Bob Halley};
64a84169d7eed05486b10be90afea58f4af146f9Brian Wellington