update CoreDNS logging configuration to include all log classes

This commit is contained in:
2026-02-26 02:37:30 +01:00
parent 08473fdeae
commit 1adabe92a3

View File

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