ragibkl / adblock-dns-server

Adblock DNS Server powered by Bancuh DNS and dnsdist-acme
https://bancuh.com/
MIT License
63 stars 14 forks source link

Cleanup logs at `bind` level #159

Closed ragibkl closed 1 year ago

ragibkl commented 1 year ago

We used to store logs at bind level, so that we can debug any dns issues from the client side. However, right now, debugging via logs is done from the dnsdist level, and we have a different log viewer for that.

We should just remove the bind logs, or at least cap it's number of logs.

ragibkl commented 1 year ago

Fixed here: https://github.com/ragibkl/adblock-dns-server/pull/173 closing.