c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews/*
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews *
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * This Source Code Form is subject to the terms of the Mozilla Public
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * License, v. 2.0. If a copy of the MPL was not distributed with this
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * file, You can obtain one at http://mozilla.org/MPL/2.0/.
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews */
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews/* $Id: named.conf,v 1.15 2009/05/29 23:47:49 tbox Exp $ */
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrewscontrols { /* empty */ };
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrewsoptions {
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews query-source address 10.53.0.1;
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews notify-source 10.53.0.1;
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews transfer-source 10.53.0.1;
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews port 5300;
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews pid-file "named.pid";
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews listen-on { 10.53.0.1; };
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews listen-on-v6 { none; };
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews recursion no;
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews};
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrewszone "." {
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews type master;
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews file "root.db";
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews};
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews