mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 02:33:14 -04:00
Check message for expired sig and don't cache those. Aside: This hack of caching entire messages is probably something we should stop doing at some point in the future and do this on a per RRset basis. Fixes #367 #635