RE: isc-bind service shutdown after update at 9.20.7-1.2.el8

2025-03-25 Thread Langlois Joël via bind-users
Hi Michal, Thanks a lot for the reply, i will take a look at the documentation for chroot and systemd notify. I already use the old option (type=forking) and yes everything is working fine. Have a good day. -- Joel Langlois -Message d'origine- De : bind-users De la part de Micha

Re: isc-bind service shutdown after update at 9.20.7-1.2.el8

2025-03-25 Thread Michal Nowak
Hi, I can reproduce your problem when I setup chroot. Tho, I think this is the expected behaviour unless you setup the systemd notify socket inside the chroot. See the following guide for how to do it https://kb.leuxner.net/article/bind-sd_notify-chroot/ (haven't tried it myself), or resort t

Re: Custom DNS Filtering Plugin in BIND 9

2025-03-25 Thread Grant Taylor via bind-users
On 3/19/25 9:40 AM, Mónika Kiss wrote: I have a domain categorization program written in C that dynamically determines the risk level of a queried domain. I need to integrate this categorization logic into a BIND 9 plugin that: Mónika, have you looked into Dynamically Loadable Zones? You migh