Re: ISC, GitHub, and CVE-2025-30066

2025-04-05 Thread John Thurston
Thank you for the clear and concise explanation. -- Do things because you should, not just because you can. John Thurston907-465-8591 john.thurs...@alaska.gov Department of Administration State of Alaska On 3/20/2025 8:42 AM, Ondřej Surý wrote: On 20. 3. 2025, at 23:12, John Thurston wrot

Re: Custom DNS Filtering Plugin in BIND 9

2025-04-05 Thread Greg Choules via bind-users
My take on this is that DNS resolver code is written to (try and) be as fast and efficient as possible and work pretty much entirely in RAM because that's the quickest storage available. Anything that interrupts that and tries to access some external database, however it's done, is bound to slow d

Re: Custom DNS Filtering Plugin in BIND 9

2025-04-05 Thread Mónika Kiss
Hi, Thank you again for your time. I wanted to provide some additional context and clarify a few key aspects of my use case: - I already maintain a large, pre-existing file containing comprehensive domain categorization data. - This file is updated externally and serves as the sole sour