581N/A/*
581N/A * Copyright (C) 2011, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
581N/A *
581N/A * This Source Code Form is subject to the terms of the Mozilla Public
581N/A * License, v. 2.0. If a copy of the MPL was not distributed with this
581N/A * file, You can obtain one at http://mozilla.org/MPL/2.0/.
581N/A */
581N/A
581N/A/* $Id: named.dirconf,v 1.2 2011/03/04 14:43:57 smann Exp $ */
581N/A
581N/Aoptions {
581N/A query-source address 10.53.0.1;
581N/A notify-source 10.53.0.1;
581N/A transfer-source 10.53.0.1;
581N/A port 5300;
581N/A pid-file "named.pid";
581N/A listen-on port 5300 {
581N/A 10.53.0.1;
581N/A };
581N/A listen-on-v6 { none; };
581N/A recursion no;
581N/A notify yes;
817N/A};
581N/A
581N/Alogging {
581N/A channel default_log {
581N/A file "named_dir";
817N/A print-time yes;
581N/A };
742N/A category default { default_log; default_debug; };
581N/A category lame-servers { null; };
1117N/A};
689N/A
1117N/Acontrols {
1117N/A inet 127.0.0.1 port 9593 allow {
581N/A 127.0.0.1/32; ::1/128; }
817N/A keys { "rndc-key"; };
1020N/A};
1117N/A
738N/Akey "rndc-key" {
742N/A algorithm hmac-sha256;
1117N/A secret "Am9vCg==";
581N/A};
581N/A
581N/Azone "." {
581N/A type master;
581N/A file "root.db";
581N/A};
581N/A