aboutsummaryrefslogtreecommitdiff
path: root/plugin (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-23plugin/trace: make zipkin and datadog reporters log errors using CoreDNS logg...Gravatar Ondřej Benkovský 2-3/+28
2022-06-20plugin/trace: read trace context info from headers for DOH (#5439)Gravatar Ondřej Benkovský 2-1/+50
2022-06-17plugin/health: Bypass proxy in self health check (#5401)Gravatar Chris O'Haver 2-6/+20
2022-06-17plugin/cache: Add option to adjust SERVFAIL response cache TTL (#5320)Gravatar Chris O'Haver 5-2/+78
2022-06-17retain response AD bit if requestor's AD bit was set (#5191)Gravatar Chris O'Haver 4-8/+14
2022-06-17fix 'verify' option name in readme (#5441)Gravatar Chris O'Haver 1-2/+2
2022-06-13remove unused coredns_forward_sockets_open metric (#5431)Gravatar Ondřej Benkovský 1-6/+0
2022-06-07plugin/cache: Reword serve_stale docs for clarity (#5394)Gravatar Chris O'Haver 1-6/+6
2022-06-05Log the literal value, not a format string (#5425)Gravatar Andy Lindeman 2-1/+14
2022-05-30auto go fmtGravatar coredns[bot] 1-4/+4
2022-05-24recover from panic log including stacktrace to help finding the origin (#5392)Gravatar Radim Hatlapatka 3-34/+53
2022-05-20Fixing issue #5376 by adding a check to parse out Zone info (#5387)Gravatar Tintin 3-3/+41
2022-05-19Correct timeout description (#5388)Gravatar RetoHaslerMGB 1-1/+1
2022-05-17auto remove trailing whitespacesGravatar coredns[bot] 1-1/+1
2022-05-13fix and document zone-match regex-no-match case (#5180)Gravatar Chris O'Haver 3-11/+12
2022-05-12plugin/dnstap: support FQDN TCP endpoint (#5377)Gravatar lobshunter 4-5/+12
2022-05-09[plugin/route53] Cleanup AWS config/credentials setup. (#5370)Gravatar dilyevsky 3-36/+33
2022-05-06Don't add OPT RR to non-EDNS0 queries (#5368)Gravatar Patrick W. Healy 3-5/+10
2022-05-04Bump Kubernetes to 1.24 (#5364)Gravatar Lorenz Brun 1-4/+4
2022-05-03fix k8s start up timeout ticker (#5361)Gravatar Chris O'Haver 1-2/+0
2022-05-02geoip: read source IP from EDNS0 subnet if provided (#5183)Gravatar Balazs Nagy 5-51/+123
2022-05-02plugin/cache: Add refresh mode setting to serve_stale (#5131)Gravatar Antoine Tollenaere 6-25/+170
2022-05-01plugin/cache: Fix cache poisoning exploit (#5174)Gravatar Chris O'Haver 3-25/+29
2022-04-28plugin/bind: Fix listener collision notes in readme (#5349)Gravatar Chris O'Haver 1-4/+11
2022-04-25plugin/file: unified NoData result (#5086)Gravatar xuweiwei 2-1/+30
2022-04-25add positive tests to TestTLS function (#5330)Gravatar Marius Kimmina 1-0/+6
2022-04-23plugin/template: fix rcode option documentation (#5328)Gravatar Chris O'Haver 1-1/+2
2022-04-13plugin/health : rework overloaded goroutine to support graceful shutdown (#5244)Gravatar Ondřej Benkovský 5-12/+63
2022-04-12plugin/forward: configurable domain support for healthcheck (#5281)Gravatar hansedong 7-35/+113
2022-04-12plugin/k8s_external: Set authoritative bit in responses (#5284)Gravatar Chris O'Haver 4-0/+9
2022-04-07Update ACL plugin's README to capture the edge case (#5311)Gravatar Yong Tang 1-1/+7
2022-04-04Replace io.LimitReader with http.MaxBytesReader (#5241)Gravatar Yong Tang 1-1/+1
2022-04-04Comment reason for non-exact match in direct cname loop checks (#5294)Gravatar Chris O'Haver 1-0/+3
2022-04-04plugin/etcd: Fix multi record TXT lookups (#5293)Gravatar Chris O'Haver 5-23/+40
2022-03-28auto go fmtGravatar coredns[bot] 1-1/+1
2022-03-25plugin/k8s_external: Persist tc bit from lookup to client response (#4716)Gravatar Chris O'Haver 4-9/+15
2022-03-18Avoid copy of large value in `range` (#5243)Gravatar Yong Tang 1-2/+2
2022-03-18only warn when getting interface list fails (#5272)Gravatar Chris O'Haver 1-1/+2
2022-03-18update all +build statements (#5271)Gravatar Qasim Sarfraz 14-15/+14
2022-03-16plugin/file: add CAA record test case (#5219)Gravatar xuweiwei 2-0/+11
2022-03-16[plugin/clouddns] Add additional doc in explaining credentials file field is ...Gravatar Yong Tang 1-0/+3
2022-03-16Update to avoid pseudo-random number (#5225)Gravatar Yong Tang 4-8/+52
2022-03-14Clean up dependency on github.com/golang/protobuf (#5222)Gravatar Yong Tang 1-1/+1
2022-03-14auto go fmtGravatar coredns[bot] 1-2/+2
2022-03-11[plugin/route53] Deprecate plaintext secret in Corefile for route53 plugin (#...Gravatar Yong Tang 2-2/+14
2022-03-07[plugin/reload]: Change hash from md5 to sha512 (#5226)Gravatar Yong Tang 2-10/+10
2022-03-07plugin/k8s_external: fix external nsAddrs when CoreDNS Service has no Externa...Gravatar Chris O'Haver 2-21/+58
2022-03-07plugin/k8s_external: implement zone transfers (#4977)Gravatar Chris O'Haver 17-30/+493
2022-03-07[plugin/log] Expand `{combined}` and `{common}` in log format (#5230)Gravatar Yong Tang 2-10/+24
2022-03-04Add limit to ioutil.ReadAll for request body (#5224)Gravatar Yong Tang 1-1/+1