I I create this configuration for my secondary server:

options {
         forward only;
        forwarders { serverA ; } ;
 } ;

zone "example.com"{
        type slave;
        file "zone.db";
        masters{ serverA; };
};

1- If I query to this server "example.com"  (it's authoritative for
this domain) server first tries to retrieves info from its zone file
(zone.db, which has copied from master) or from its cache ?
2- if I query to this server external domain, it will forward request
to serverA ?
3- This server will work acting as also caching server ?
4- If serverA doesn't know query answer, this server will return
domain "domain is not exist" ?
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to