initial commit

This commit is contained in:
2025-07-10 00:44:54 -06:00
commit 49a0f1d403
20 changed files with 3041 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
package cache
import clog "github.com/coredns/coredns/plugin/pkg/log"
func init() { clog.Discard() }