BIND View Option

Barry Finkel b19141 at anl.gov
Wed Nov 10 20:45:43 UTC 2010


From: St?phanas Schaden <stephanass at ctbc.com.br> wrote:

>Is there a way or option to configure bind to do the following logic:
>If the bind didn't find a entry in a view 1 (internal view) it will
>search this entry on the view 2 (external view) ?

Place the common piece in a separate include file:

view "view1" {
  ...
  include "named.conf.non-views";
  ...
}

view "view2" {
  ...
  include "named.conf.non-views";
  ...
}
----------------------------------------------------------------------
Barry S. Finkel
Computing and Information Systems Division
Argonne National Laboratory          Phone:    +1 (630) 252-7277
9700 South Cass Avenue               Facsimile:+1 (630) 252-4601
Building 240, Room 5.B.8             Internet: BSFinkel at anl.gov
Argonne, IL   60439-4828             IBMMAIL:  I1004994




More information about the bind-users mailing list