Alexander Kubashin

Results 1 comments of Alexander Kubashin

You can do this by using include statement of bind: /etc/bind/named.conf: ``` [skip] include "/etc/bind/named.conf.options"; include "/etc/bind/named.conf.local"; include "/etc/bind/named.conf.default-zones"; # Views include "/etc/bind/view1" include "/etc/bind/view2" ``` /etc/bind/view1: ``` view "view1"...