update CoreDNS logging configuration to include all log classes

This commit is contained in:
2026-02-26 02:37:30 +01:00
parent a0a7b85cc2
commit 0a57fdd22d

View File

@@ -54,13 +54,13 @@ data:
} }
ready ready
log . { log . {
class error class all
} }
prometheus :9153 prometheus :9153
# Return NODATA for AAAA on selected domains to force IPv4. # Return NODATA for AAAA on selected domains to force IPv4.
template IN AAAA { template IN AAAA {
match "(^|\\.)huggingface\\.co\\.$" match "(^|\.)huggingface\.co\.$"
rcode NOERROR rcode NOERROR
fallthrough fallthrough
} }