named.conf revision aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews/*
7a272c6b0de3b8c0ad018b9896e287da19c43befAutomatic Updater * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews *
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews * 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
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews * copyright notice and this permission notice appear in all copies.
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews *
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews * 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 */
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrewscontrols { };
7a272c6b0de3b8c0ad018b9896e287da19c43befAutomatic Updater
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrewsoptions {
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein directory ".";
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews port 5300;
7a272c6b0de3b8c0ad018b9896e287da19c43befAutomatic Updater pid-file "named.pid";
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein session-keyfile "session.key";
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews listen-on { any; };
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews listen-on-v6 { none; };
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews recursion no;
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews};
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrewsinclude "ddns.key";
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrewskey rndc_key {
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews secret "1234abcd8765";
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews algorithm hmac-md5;
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews};
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrewscontrols {
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews inet 127.0.0.1 port 9953 allow { any; } keys { rndc_key; };
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews};
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrewsdlz "test" {
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews database "dlopen ../dlz_mysqldyn_mod.so BindDB localhost root password";
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews};
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews