Home | History | Annotate | Line # | Download | only in named
      1 .. Copyright (C) Internet Systems Consortium, Inc. ("ISC")
      2 ..
      3 .. SPDX-License-Identifier: MPL-2.0
      4 ..
      5 .. This Source Code Form is subject to the terms of the Mozilla Public
      6 .. License, v. 2.0.  If a copy of the MPL was not distributed with this
      7 .. file, you can obtain one at https://mozilla.org/MPL/2.0/.
      8 ..
      9 .. See the COPYRIGHT file distributed with this work for additional
     10 .. information regarding copyright ownership.
     11 
     12 .. highlight: console
     13 
     14 .. iscman:: named.conf
     15 
     16 named.conf - configuration file for **named**
     17 ---------------------------------------------
     18 
     19 Synopsis
     20 ~~~~~~~~
     21 
     22 :program:`named.conf`
     23 
     24 Description
     25 ~~~~~~~~~~~
     26 
     27 :file:`named.conf` is the configuration file for :iscman:`named`.
     28 
     29 For complete documentation about the configuration statements, please refer to
     30 the Configuration Reference section in the BIND 9 Administrator Reference
     31 Manual.
     32 
     33 Statements are enclosed in braces and terminated with a semi-colon.
     34 Clauses in the statements are also semi-colon terminated. The usual
     35 comment styles are supported:
     36 
     37 C style: /\* \*/
     38 
     39 C++ style: // to end of line
     40 
     41 Unix style: # to end of line
     42 
     43 .. literalinclude:: ../../doc/misc/options
     44 
     45 Any of these zone statements can also be set inside the view statement.
     46 
     47 .. literalinclude:: ../../doc/misc/primary.zoneopt
     48 .. literalinclude:: ../../doc/misc/secondary.zoneopt
     49 .. literalinclude:: ../../doc/misc/mirror.zoneopt
     50 .. literalinclude:: ../../doc/misc/forward.zoneopt
     51 .. literalinclude:: ../../doc/misc/hint.zoneopt
     52 .. literalinclude:: ../../doc/misc/redirect.zoneopt
     53 .. literalinclude:: ../../doc/misc/static-stub.zoneopt
     54 .. literalinclude:: ../../doc/misc/stub.zoneopt
     55 .. literalinclude:: ../../doc/misc/in-view.zoneopt
     56 
     57 Files
     58 ~~~~~
     59 
     60 |named_conf|
     61 
     62 See Also
     63 ~~~~~~~~
     64 
     65 :iscman:`named(8) <named>`, :iscman:`named-checkconf(8) <named-checkconf>`, :iscman:`rndc(8) <rndc>`, :iscman:`rndc-confgen(8) <rndc-confgen>`, :iscman:`tsig-keygen(8) <tsig-keygen>`, BIND 9 Administrator Reference Manual.
     66 
     67