[BACK]Return to named.conf.in CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / bin / tests / system / resolver / ns5

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mpl/bind/dist/bin/tests/system/resolver/ns5/named.conf.in between version 1.1.1.1.2.1 and 1.1.1.1.2.2

version 1.1.1.1.2.1, 2018/08/12 12:07:35 version 1.1.1.1.2.2, 2018/09/06 06:54:32
Line 0 
Line 1 
   /*
    * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
    *
    * This Source Code Form is subject to the terms of the Mozilla Public
    * License, v. 2.0. If a copy of the MPL was not distributed with this
    * file, You can obtain one at http://mozilla.org/MPL/2.0/.
    *
    * See the COPYRIGHT file distributed with this work for additional
    * information regarding copyright ownership.
    */
   
   // NS5
   
   options {
           query-source address 10.53.0.5 dscp 7;
           notify-source 10.53.0.5 dscp 8;
           transfer-source 10.53.0.5 dscp 9;
           port @PORT@;
           pid-file "named.pid";
           listen-on { 10.53.0.5; };
           listen-on-v6 { none; };
           recursion yes;
           querylog yes;
   };
   
   server 10.53.0.7 {
           edns-version 0;
   };
   
   zone "." {
           type hint;
           file "root.hint";
   };
   
   zone "moves" {
           type master;
           file "moves.db";
   };
   
   zone "child.server" {
           type master;
           file "child.server.db";
   };
   
   zone "delegation-only" {
          type delegation-only;
   };
   
   include "trusted.conf";

Legend:
Removed from v.1.1.1.1.2.1  
changed lines
  Added in v.1.1.1.1.2.2

CVSweb <webmaster@jp.NetBSD.org>