named.conf revision 0c27b3fe77ac1d5094ba3521e8142d9e7973133f
1633838b8255282d10af15c5c84cee5a51466712Bob Halley/*
a7038d1a0513c8e804937ebc95fc9cb3a46c04f5Mark Andrews * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence *
1633838b8255282d10af15c5c84cee5a51466712Bob Halley * This Source Code Form is subject to the terms of the Mozilla Public
1633838b8255282d10af15c5c84cee5a51466712Bob Halley * License, v. 2.0. If a copy of the MPL was not distributed with this
1633838b8255282d10af15c5c84cee5a51466712Bob Halley * file, You can obtain one at http://mozilla.org/MPL/2.0/.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence */
15a44745412679c30a6d022733925af70a38b715David Lawrence
15a44745412679c30a6d022733925af70a38b715David Lawrencecontrols { /* empty */ };
15a44745412679c30a6d022733925af70a38b715David Lawrence
15a44745412679c30a6d022733925af70a38b715David Lawrenceoptions {
15a44745412679c30a6d022733925af70a38b715David Lawrence dscp 47;
15a44745412679c30a6d022733925af70a38b715David Lawrence query-source dscp 46 address 10.53.0.6;
15a44745412679c30a6d022733925af70a38b715David Lawrence notify-source 10.53.0.6 dscp 46;
15a44745412679c30a6d022733925af70a38b715David Lawrence transfer-source 10.53.0.6 dscp 46;
1633838b8255282d10af15c5c84cee5a51466712Bob Halley port 5300;
c50fd34a4e0e6978f8ca5f6f3ad8545549c3cfeeBob Halley pid-file "named.pid";
d5ad558234adfef1b847b534dd7b4c6302cc5ea3Mark Andrews listen-on dscp 46 { 10.53.0.6; };
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence listen-on-v6 { none; };
c50fd34a4e0e6978f8ca5f6f3ad8545549c3cfeeBob Halley notify yes;
c50fd34a4e0e6978f8ca5f6f3ad8545549c3cfeeBob Halley};
c50fd34a4e0e6978f8ca5f6f3ad8545549c3cfeeBob Halley
904a5734375869ffb504ed8cde6b68cafadb6d64Bob Halleyzone "." {
e4e071ae12aee942fefc2c0a3280e402938669deBob Halley type hint;
904a5734375869ffb504ed8cde6b68cafadb6d64Bob Halley file "hint.db";
25e43e68b7431d5e4ff8b5427108cd7f5f9bcf3eBob Halley};
25e43e68b7431d5e4ff8b5427108cd7f5f9bcf3eBob Halley