index
:
coredns
dependabot/github_actions/actions/dependency-review-action-4.3.3
dependabot/github_actions/aquasecurity/trivy-action-0.22.0
dependabot/github_actions/codecov/codecov-action-4.5.0
dependabot/github_actions/github/codeql-action-3.25.10
dependabot/go_modules/github.com/Azure/go-autorest/autorest/azure/auth-0.5.13
dependabot/go_modules/github.com/aws/aws-sdk-go-1.54.2
dependabot/go_modules/go-etcd-io-4cb3a346bb
dependabot/go_modules/golang.org/x/crypto-0.24.0
dependabot/go_modules/google.golang.org/api-0.184.0
dependabot/go_modules/k8s-io-95614c8192
fallthrough
master
superq/go1.22
superq/refactor_pbutil
torrent
traffic
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugin
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-11
plugin/etcd: update documentation (#5847)
Vico Chu
1
-1
/
+1
2022-12-28
plugin/timeouts - Allow ability to configure listening server timeouts (#5784)
Rich
5
-0
/
+297
2022-12-13
Drop obsolete client-go auth plugins (#5806)
Stephen Kitt
1
-3
/
+1
2022-12-13
plugin/kubernetes: error NXDOMAIN for TXT lookups (#5737)
LAMRobinson
2
-5
/
+29
2022-12-07
plugin/geoip: Add GLSB example (#5795)
Chris O'Haver
1
-0
/
+21
2022-12-01
plugin/edns: remove truncating of question section on bad EDNS version (#5787)
Ben Kaplan
2
-6
/
+15
2022-11-28
plugin/dnstap: Fix behavior when multiple dnstap plugins specified (#5773)
Chris O'Haver
6
-119
/
+218
2022-11-04
dont match external services when endpoint is specified (#5734)
Chris O'Haver
2
-8
/
+20
2022-11-01
plugin/acl: adding ability to drop queries (#5722)
rsclarke
6
-2
/
+194
2022-10-21
plugin/cache: cache now uses source query DNSSEC option for upstream refresh ...
Grant Spence
7
-85
/
+69
2022-10-20
plugin/k8s_external: Fix rcode for headless services (#5657)
Miciah Dashiel Butler Masters
2
-6
/
+6
2022-10-11
plugin/file: fix file leak (#5687)
Yong Tang
1
-9
/
+18
2022-10-11
plugin/forward: fix ticker leak in golang (#5689)
Yong Tang
1
-0
/
+1
2022-10-11
plugin/auto: fix ticker leak in golang (#5688)
Yong Tang
1
-0
/
+1
2022-10-11
plugin/hosts: fix ticker leak in golang (#5690)
Yong Tang
1
-0
/
+1
2022-10-11
plugin/reload : stop scheduler on shutdown (#5686)
Ondřej Benkovský
1
-0
/
+1
2022-10-03
plugin/template : add support for extended DNS errors (#5659)
Ondřej Benkovský
5
-0
/
+94
2022-09-17
plugin/view : fix README (#5627)
Ondřej Benkovský
1
-1
/
+1
2022-09-15
plugin/template: fix formatting with go fmt (#5622)
Erik Johansson
2
-5
/
+5
2022-09-15
plugin/template: Add parseInt template function (#5609)
Erik Johansson
5
-20
/
+116
2022-09-15
plugin/template : add view label into plugin metrics (#5620)
Ondřej Benkovský
3
-13
/
+13
2022-09-14
plugin/prometheuss : make plugin enabled metric view aware (#5618)
Ondřej Benkovský
3
-4
/
+4
2022-09-12
plugin/acl : add view label into metrics (#5615)
Ondřej Benkovský
3
-8
/
+10
2022-09-12
auto go fmt
coredns[bot]
1
-2
/
+2
2022-09-08
plugin/view: Advanced routing interface and new 'view' plugin (#5538)
Chris O'Haver
21
-58
/
+503
2022-09-07
plugin/tsig: Document unimplemented secondary tsig transfers (#5605)
Chris O'Haver
1
-4
/
+11
2022-09-07
Do not expand query UDP buffer size if already set to a smaller value (#5602)
Chris Narkiewicz
2
-58
/
+79
2022-09-07
Identity and version support for the dnstap plugin (#5555)
Daniel Jolly
4
-10
/
+67
2022-09-05
auto go fmt
coredns[bot]
2
-5
/
+5
2022-08-30
plugin/k8s_external: Resolve headless services (#5505)
TomasKohout
15
-81
/
+491
2022-08-30
chore: remove duplicate word in comments (#5592)
Abirdcfly
1
-1
/
+1
2022-08-17
plugin/rewrite: Allow configuring min and max TTL values when rewriting TTL (...
AndreasHuber-CH
3
-23
/
+93
2022-08-15
plugin/forward: health_check needs to normalize a specified domain name (#5543)
Vancl
3
-8
/
+19
2022-08-14
Add PTR records to supported types (#5565)
Alex
2
-1
/
+43
2022-08-12
plugin/header: Add support for query modification (#5548) (#5556)
Christoph Heer
6
-49
/
+174
2022-08-03
add CNAME example to README (#5537)
Chris O'Haver
1
-0
/
+16
2022-07-28
plugin/cache: Add cache disable option (#5540)
Chris O'Haver
6
-3
/
+158
2022-07-25
plugin/acl : add support for Extended DNS Errors (#5532)
Ondřej Benkovský
2
-235
/
+247
2022-07-21
remove redundant continue in test (#5529)
Abirdcfly
1
-1
/
+0
2022-07-20
plugin/forward: Enable multiple forward declarations (#5127)
Chris O'Haver
5
-70
/
+173
2022-07-19
remove trailing empty lines per linter (#5526)
Chris O'Haver
2
-2
/
+0
2022-07-18
core: add log listeners for k8s_event plugin (#5451)
Shane Xie
3
-8
/
+299
2022-07-18
plugin/ready: Reset list of readiness plugins on startup (#5492)
Chris O'Haver
2
-0
/
+9
2022-07-11
auto go fmt
coredns[bot]
1
-1
/
+1
2022-07-10
add golangci-lint linter (#5499)
Ondřej Benkovský
87
-160
/
+52
2022-07-08
plugin/trace : make zipkin HTTP reporter more configurable using Corefile (#5...
Ondřej Benkovský
4
-33
/
+105
2022-07-07
plugin/file/cache: Add metadata for wildcard record responses (#5308)
Chris O'Haver
5
-3
/
+93
2022-07-06
plugin/k8s_external: Add support for PTR requests (#5435)
Chris O'Haver
12
-44
/
+163
2022-07-06
dont lameduck when reloading (#5472)
Chris O'Haver
2
-1
/
+13
2022-07-01
add tsig to codeowners; update chaos authors (#5479)
Chris O'Haver
1
-1
/
+1
[next]