..
acl
reverse zone: fix Normalize ( #4621 )
2021-05-17 13:19:54 -07:00
any
docs: move Also See to See Also ( #4245 )
2020-10-28 10:56:35 -07:00
auto
Fix security scans by cleaning up file path ( #5185 )
2022-02-14 11:24:21 -05:00
autopath
plugin/autopath: Don't panic on empty token ( #5169 )
2022-02-10 09:00:27 -05:00
azure
use tickers instead of time.After to avoid memory leak ( #5220 )
2022-03-03 23:36:02 -08:00
bind
plugin/bind: Point to MacOS bug ( #4995 )
2021-11-21 12:15:27 -05:00
bufsize
For caddy v1 in our org ( #4018 )
2020-09-24 18:14:41 +02:00
cache
add zones label to cache metrics ( #5124 )
2022-02-14 12:10:30 -05:00
cancel
docs: move Also See to See Also ( #4245 )
2020-10-28 10:56:35 -07:00
chaos
plugin/header: run go gen and small doc updates ( #4754 )
2021-07-15 10:10:16 +02:00
clouddns
[plugin/clouddns] Add additional doc in explaining credentials file field is optional ( #5231 )
2022-03-16 12:28:25 -04:00
debug
docs: move Also See to See Also ( #4245 )
2020-10-28 10:56:35 -07:00
deprecated
For caddy v1 in our org ( #4018 )
2020-09-24 18:14:41 +02:00
dns64
auto remove trailing whitespaces
2022-01-11 10:34:21 +00:00
dnssec
Fix security scans by cleaning up file path ( #5185 )
2022-02-14 11:24:21 -05:00
dnstap
Clean up dependency on github.com/golang/protobuf ( #5222 )
2022-03-14 09:09:50 -07:00
erratic
docs: move Also See to See Also ( #4245 )
2020-10-28 10:56:35 -07:00
errors
auto go fmt
2021-07-12 10:32:17 +00:00
etcd
plugin/etcd+kubernetes: Persist truncated state to client if CNAME lookup response is truncated ( #4715 )
2022-02-22 09:38:57 -05:00
file
plugin/file: add TXT RR test case ( #5079 )
2022-02-17 13:58:18 -05:00
forward
Update to avoid pseudo-random number ( #5225 )
2022-03-16 12:24:58 -04:00
geoip
plugin/geoip: cleanup code ( #5009 )
2021-11-24 09:24:49 +01:00
grpc
Update to avoid pseudo-random number ( #5225 )
2022-03-16 12:24:58 -04:00
header
Clean up extra spaces ( #5027 )
2021-12-08 08:26:14 -08:00
health
Fix a typo in plugin/health ( #4982 )
2021-11-15 07:29:52 -05:00
hosts
The IPv4 parser no longer accepts leading zeros ( #4844 )
2021-09-04 08:34:57 +02:00
import
docs: move Also See to See Also ( #4245 )
2020-10-28 10:56:35 -07:00
k8s_external
auto go fmt
2022-03-14 10:28:20 +00:00
kubernetes
plugin/k8s_external: fix external nsAddrs when CoreDNS Service has no External IPs ( #4891 )
2022-03-07 12:18:23 -05:00
loadbalance
auto go fmt
2021-11-15 10:33:24 +00:00
local
add local plugin ( #4262 )
2020-11-05 15:02:07 +01:00
log
[plugin/log] Expand {combined}
and {common}
in log format ( #5230 )
2022-03-07 06:49:56 -08:00
loop
Update to avoid pseudo-random number ( #5225 )
2022-03-16 12:24:58 -04:00
metadata
Create geoip plugin ( #4688 )
2021-07-14 09:25:30 +02:00
metrics
auto remove trailing whitespaces
2022-02-22 10:28:07 +00:00
minimal
plugin/minimal: fix import path ( #4523 )
2021-03-16 10:55:21 +01:00
nsid
docs: move Also See to See Also ( #4245 )
2020-10-28 10:56:35 -07:00
pkg
Update to avoid pseudo-random number ( #5225 )
2022-03-16 12:24:58 -04:00
pprof
docs: move Also See to See Also ( #4245 )
2020-10-28 10:56:35 -07:00
ready
dont return 200 during shutdown ( #4167 )
2020-10-01 16:13:23 +02:00
reload
[plugin/reload]: Change hash from md5 to sha512 ( #5226 )
2022-03-07 09:55:10 -08:00
rewrite
[plugin/rewrite] Refactor to satisfy security scan ( #5214 )
2022-03-01 14:33:52 -05:00
root
cleanup deprecated package io/ioutil ( #4920 )
2021-10-13 09:30:31 +02:00
route53
[plugin/route53] Deprecate plaintext secret in Corefile for route53 plugin ( #5228 )
2022-03-11 11:32:44 -08:00
secondary
plugin/secondary: Fix startup transfer failure wrong zone logged ( #5085 )
2022-02-14 12:12:08 -05:00
sign
Fix security scans by cleaning up file path ( #5185 )
2022-02-14 11:24:21 -05:00
template
plugin/template: Persist truncated state to client if CNAME lookup response is truncated ( #4713 )
2022-01-26 15:49:44 -05:00
test
cleanup deprecated package io/ioutil ( #4920 )
2021-10-13 09:30:31 +02:00
tls
Harden tls on all places ( #5184 )
2022-02-17 12:26:08 -08:00
trace
auto remove trailing whitespaces
2021-07-20 10:28:21 +00:00
transfer
Fix a typo in plugin/transfer/README.md ( #4946 )
2021-11-01 11:06:13 -04:00
whoami
Fix a couple of code scanning alerts ( #5157 )
2022-02-07 09:09:12 -05:00
backend.go
Cherry-pick: Implement notifies for transfer plugin ( #3972 ) ( #4142 )
2020-09-24 20:30:39 +02:00
backend_lookup.go
plugin/etcd+kubernetes: Persist truncated state to client if CNAME lookup response is truncated ( #4715 )
2022-02-22 09:38:57 -05:00
done.go
go report card fixes ( #3182 )
2019-08-24 18:14:25 +00:00
log_test.go
Clean up tests logging ( #1979 )
2018-07-19 16:23:06 +01:00
normalize.go
Fix IPv6 case for CIDR format reverse zones ( #4652 )
2021-06-04 10:17:17 +02:00
normalize_test.go
Fix IPv6 case for CIDR format reverse zones ( #4652 )
2021-06-04 10:17:17 +02:00
plugin.go
Reduce the cardinality of health endpoint metrics ( #4650 )
2021-05-27 15:16:38 +02:00
register.go
For caddy v1 in our org ( #4018 )
2020-09-24 18:14:41 +02:00