named3.conf revision be7fba80190c33b0e50f086509b42bb319bb95b4
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews/*
7d32c065c7bb56f281651ae3dd2888f32ce4f1d9Bob Halley * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews *
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * Permission to use, copy, modify, and/or distribute this software for any
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * purpose with or without fee is hereby granted, provided that the above
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * copyright notice and this permission notice appear in all copies.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews *
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews * PERFORMANCE OF THIS SOFTWARE.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews */
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrewscontrols { /* empty */ };
9281e7aa775026dc47c01745fdcc438645146877Mark Andrews
ce8b84ce64a7f1b3b7b558a4aa14be946846080aJames Bristeroptions {
ce8b84ce64a7f1b3b7b558a4aa14be946846080aJames Brister directory ".";
3761c433912beabe43abeed2c3513b6201c59f64Mark Andrews query-source address 10.53.0.3;
854d0238dbc2908490197984b3b9d558008a53dfMark Andrews notify-source 10.53.0.3;
854d0238dbc2908490197984b3b9d558008a53dfMark Andrews transfer-source 10.53.0.3;
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews port 5300;
6324997211a5e2d82528dcde98e8981190a35faeMichael Graff pid-file "named.pid";
6324997211a5e2d82528dcde98e8981190a35faeMichael Graff listen-on { 10.53.0.3; };
3ddd814a97de1d152ba0913c592d6e6dc83d38a6Michael Graff listen-on-v6 { none; };
d981ca645597116d227a48bf37cc5edc061c854dBob Halley servfail-ttl 0;
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews max-recursion-depth 100;
0e8cf9a887c70f96ac448b06c069d90b830215ccMark Andrews max-recursion-queries 50;
0e8cf9a887c70f96ac448b06c069d90b830215ccMark Andrews};
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrewskey rndc_key {
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews secret "1234abcd8765";
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews algorithm hmac-sha256;
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews};
f7b99290c31abeb20c55fc55391510450ce60423Mark Andrews
ee7cac1c6e1e0b36a7fa622b8c109169f1093b63James Bristercontrols {
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews inet 10.53.0.3 port 9953 allow { any; } keys { rndc_key; };
deaaf94332abbfdb3aff53675546acfed16e5eb6Mark Andrews};
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrewszone "." { type hint; file "hints.db"; };
6e49e91bd08778d7eae45a2229dcf41ed97cc636David Lawrence