1.1.1.1
8.8.4.4
8.8.8.8
view "internal"
view "external"
You need to add the entry for the domain in both internal and external views.it is working after I added:Recursion is that the DNS server goes out is way to find the infor for you (starting at the root servers).
allow-recursion { any; };
in options file
but what {any} is referring to?
I saw some settings configure as allow-recursion { trusted; };
acl trusted {
192.168.1.0/24;
}
option {
...
allow-recursion { trusted; } ;
...
}
allow-recursion { any; };
in options file
but what {any} is referring to?
I saw some settings configure as allow-recursion { trusted; };