pDNSSOC icon indicating copy to clipboard operation
pDNSSOC copied to clipboard

Reload godnscollector filters using SIGHUP

Open arvchristos opened this issue 1 year ago • 0 comments

Currently, when new IOCs are introduced from MISP, we are restarting the godnscollector process as it can be seen here:

https://github.com/CERN-CERT/pDNSSOC/blob/main/files/configuration/supervisor/supervisord.conf#L25

I initially proposed a new functionality to reload filters with SIGHUP for go-dnscollector here:

https://github.com/dmachard/go-dnscollector/issues/375

Given that this is now introduced in go-dnscollector, we should test the new functionality and just send a signal instead of restarting the process.

arvchristos avatar Feb 12 '24 13:02 arvchristos