update CoreDNS logging configuration to include all log classes
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user