Homas / ioc2rpz

ioc2rpz is a place where threat intelligence meets DNS.
Apache License 2.0
106 stars 17 forks source link

Possibility to set hot cache time per source #32

Closed Homas closed 4 years ago

Homas commented 4 years ago

@mk-git the recent commit adds the feature. Web interface does not support it yet (request https://github.com/Homas/ioc2rpz.gui/issues/9). Example:

{source,{"wlist","file:cfg/whitelist1.txt","[:AXFR:]","","0",0,120,60}}.

where 120 (in seconds) - HotCache time for full zone updates, 60 - HotCache time for incremental zone updates.

mk-git commented 4 years ago

As far as I could test it, it works wonderfully. Thanks a lot. I have only configured it for my test RPZ so far. I will test the production version with the GUI when you are ready. Thanks for your work!