globocom / GloboDNS

Api to manage Bind Name Server
Apache License 2.0
139 stars 51 forks source link

Problem with views #27

Open YangTao0 opened 5 years ago

YangTao0 commented 5 years ago

my views.conf: view "LogicB" { match-clients { x.x.x.x/32; }; include "/etc/named/views/LogicB-zones.conf"; include "/etc/named/views/LogicB-zones-default.conf"; }; view "default" { match-clients { any; }; include "/etc/named/views/default-zones.conf"; }; When I export data all, logicB-yangtao.com.zone in views/LogicB-zones.conf is right file,but yangtao.com.zone in views/default-zones.conf is wrong file, yangtao.com.zone = logicB-yangtao.com.zone + yangtao.com.zone ,Why? Looking forward to your reply。