On 16/09/11 15:45, Ken Schweigert wrote:
logging {
...
channel "dev_null_log" {
file "/dev/null";
};
…
category lame-servers { dev_null_log; };
Why not just:
category lame-servers { null; };
...which is built-in?
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe
from this list
bind-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/bind-users

