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
/
forward
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-10
fix cidr multi-zone check (#4682)
Chris O'Haver
1
-2
/
+3
2021-05-27
deprecate Normalize and MustNormalize (#4648)
Chris O'Haver
1
-2
/
+2
2021-05-20
plugin/forward: Document and warn for unsupported FROM CIDR notations (#4639)
Chris O'Haver
3
-2
/
+9
2021-05-17
reverse zone: fix Normalize (#4621)
Miek Gieben
1
-3
/
+2
2021-03-19
metrics: remove RR type (#4534)
Miek Gieben
2
-5
/
+2
2021-03-16
add metadata section to docs (#4525)
Chris O'Haver
1
-0
/
+7
2021-03-16
add forward/upstream metadata (#4521)
Chris O'Haver
1
-0
/
+5
2021-01-28
plugin/forward Add rcode and rtype to request_duration_seconds metric (#4391)
Maxime Ginters
3
-3
/
+6
2021-01-21
Fix #4395, fix out of order messages and fix forward perspective. (#4396)
Frank Riley
1
-2
/
+6
2020-12-15
respond with REFUSED when max_concurrent is exceeded to avoid caching it (#4326)
Chris O'Haver
2
-2
/
+2
2020-11-03
forward doc update (#4254)
Miek Gieben
1
-4
/
+19
2020-10-30
Speed up testing (#4239)
Miek Gieben
5
-65
/
+53
2020-10-28
docs: move Also See to See Also (#4245)
Miek Gieben
1
-1
/
+1
2020-10-28
Fix golint warnings (#4241)
ZouYu
2
-13
/
+13
2020-10-12
plugin/dnstap: various cleanups (#4179)
Miek Gieben
4
-98
/
+48
2020-09-24
For caddy v1 in our org (#4018)
Miek Gieben
4
-5
/
+4
2020-09-15
plugin/forward: fix panic when `expire` is configured as 0s (#4115)
Ruslan Drozhdzh
1
-1
/
+1
2020-09-14
plugin/forward: add hit/miss metrics for connection cache (#4114)
Ruslan Drozhdzh
3
-2
/
+18
2020-09-08
plugin/forward: init ClientSessionCache in tls.Config (#4108)
Ruslan Drozhdzh
1
-0
/
+6
2020-09-01
Fix some typos in comments. (#4100)
Hu Shuai
1
-1
/
+1
2020-07-25
using promauto package to ensure all created metrics are properly registered ...
Zou Nengren
2
-9
/
+8
2020-07-24
register HealthcheckBrokenCount (#4021)
Chris O'Haver
1
-1
/
+1
2020-07-13
remove TestProxyClose (#4005)
Zou Nengren
1
-26
/
+0
2020-06-24
plugin/cache/forward: Clean up grammar/wording in forward & cache metrics des...
Chris O'Haver
2
-2
/
+2
2020-06-24
plugin/forward: remove exp backoff stuff (#3970)
Miek Gieben
1
-8
/
+6
2020-06-24
format and add newline (#3969)
Zou Nengren
1
-1
/
+1
2020-06-24
completed metrics of cache and forward (#3962)
Zou Nengren
2
-2
/
+3
2020-05-29
plugin/forward/grpc: Revert forward/grpc policy dedup (#3919)
Chris O'Haver
4
-15
/
+96
2020-05-14
fix readme (#3889)
Chris O'Haver
1
-3
/
+3
2020-05-07
Fix plugin forward fuzz target (#3877)
Catena cyber
1
-2
/
+2
2020-04-09
plugin/forward: crash if using https (#3817)
kadern0
2
-0
/
+6
2020-03-26
Cleanup metrics (#3776)
Miek Gieben
2
-10
/
+10
2020-03-17
register missing metric (#3756)
Chris O'Haver
1
-1
/
+1
2020-03-13
parse.HostPortorFile: return error when 0 found (#3742)
Miek Gieben
1
-0
/
+5
2020-03-06
Add configuration flag to set if RecursionDesired should be set on health che...
Christian Tryti
7
-26
/
+135
2020-02-06
plugin/pkg/up: make default intervals shorter (#3651)
Miek Gieben
1
-8
/
+8
2020-02-05
Update README.md (#3655)
Chris O'Haver
1
-1
/
+1
2020-02-04
Add exponential backoff to healthcheck (#3643)
Ricky S
1
-2
/
+4
2020-02-04
plugins/forward: Add max_concurrent option (#3640)
Chris O'Haver
5
-2
/
+85
2020-01-17
gofmt -w -s **/*.go (#3603)
Miek Gieben
2
-2
/
+2
2019-12-17
Dedup policy implement between grpc and proxy plugin (#3537)
Zou Nengren
3
-72
/
+15
2019-11-29
Move to CODEOWNERS (#3489)
Miek Gieben
1
-10
/
+0
2019-10-09
fix spelling mistakes (#3364)
yuxiaobo96
1
-2
/
+2
2019-10-08
Directive -> plugin (#3363)
Miek Gieben
1
-1
/
+1
2019-10-01
Move map to array (#3339)
Miek Gieben
3
-30
/
+53
2019-10-01
plugin/forward: make Yield not block (#3336)
Miek Gieben
8
-105
/
+53
2019-10-01
Run gostaticheck (#3325)
Miek Gieben
1
-4
/
+1
2019-09-28
plugins: calling Dispenser itself is a mistake (#3323)
Miek Gieben
1
-5
/
+3
2019-09-27
plugin/forward: metrics: make docs reflect reality (#3311)
Miek Gieben
1
-3
/
+2
2019-09-26
fix mis-spelling (#3310)
xieyanker
1
-1
/
+1
[next]