>       server 10.112.25.184 {keys view1-resolver.; };   // master
> 
> Is there a best way?

Your way is fine.  You can also specify a key in the masters
statement, e.g:

    view internal {
        match-clients { !key external-key; internal-acl; };
        zone example.com {
            type slave;
            masters { localhost key external-key; };
            ....
        };
    };

    view external {
        match-clients { any; };
        zone example.com {
            type master;
            ....
        };
    };

(Currently you can't specify a key in an also-notify statement but
that's being fixed in 9.9.)

-- 
Evan Hunt -- e...@isc.org
Internet Systems Consortium, Inc.
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to