>view "external" { // what the Internet will see
>
> match-clients { any; };
>
It looks like the example file's "external -> !localnets; !localhost" wouldn't match anything?
I also used "any" and everything is fine. It appears as Bind will stop once matched so this is safe.
Thanks!
jlc