named1.conf revision 0c27b3fe77ac1d5094ba3521e8142d9e7973133f
cffe50abf66495ee08084f8e1081278a9b589985Brian Wellington/*
cffe50abf66495ee08084f8e1081278a9b589985Brian Wellington * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
cffe50abf66495ee08084f8e1081278a9b589985Brian Wellington *
cffe50abf66495ee08084f8e1081278a9b589985Brian Wellington * This Source Code Form is subject to the terms of the Mozilla Public
cffe50abf66495ee08084f8e1081278a9b589985Brian Wellington * License, v. 2.0. If a copy of the MPL was not distributed with this
cffe50abf66495ee08084f8e1081278a9b589985Brian Wellington * file, You can obtain one at http://mozilla.org/MPL/2.0/.
cffe50abf66495ee08084f8e1081278a9b589985Brian Wellington */
cffe50abf66495ee08084f8e1081278a9b589985Brian Wellington
cffe50abf66495ee08084f8e1081278a9b589985Brian Wellingtoninclude "../../common/rndc.key";
cffe50abf66495ee08084f8e1081278a9b589985Brian Wellington
cffe50abf66495ee08084f8e1081278a9b589985Brian Wellingtoncontrols {
cffe50abf66495ee08084f8e1081278a9b589985Brian Wellington inet 10.53.0.3 port 9953 allow { any; } keys { rndc_key; };
cffe50abf66495ee08084f8e1081278a9b589985Brian Wellington};
cffe50abf66495ee08084f8e1081278a9b589985Brian Wellington
cffe50abf66495ee08084f8e1081278a9b589985Brian Wellingtonoptions {
cffe50abf66495ee08084f8e1081278a9b589985Brian Wellington query-source address 10.53.0.3;
cffe50abf66495ee08084f8e1081278a9b589985Brian Wellington notify-source 10.53.0.3;
0fc89c4ee660e825ac66774f2d4912cfc396386aMark Andrews transfer-source 10.53.0.3;
0fc89c4ee660e825ac66774f2d4912cfc396386aMark Andrews port 5300;
0fc89c4ee660e825ac66774f2d4912cfc396386aMark Andrews pid-file "named.pid";
0fc89c4ee660e825ac66774f2d4912cfc396386aMark Andrews listen-on { 10.53.0.3; };
0fc89c4ee660e825ac66774f2d4912cfc396386aMark Andrews listen-on-v6 { none; };
0fc89c4ee660e825ac66774f2d4912cfc396386aMark Andrews recursion yes;
0fc89c4ee660e825ac66774f2d4912cfc396386aMark Andrews response-policy { zone "policy"; };
0fc89c4ee660e825ac66774f2d4912cfc396386aMark Andrews};
zone "policy" { type master; file "policy.db"; };
zone "example.tld" { type master; file "example.db"; };
zone "." { type master; file "root.db"; };