coredns/plugin
coredns[bot] 4c41c49a93 auto go fmt
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
2021-08-02 10:29:33 +00:00
..
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 plugin file reload comment (#4665) 2021-06-05 15:06:25 +02:00
autopath reverse zone: fix Normalize (#4621) 2021-05-17 13:19:54 -07:00
azure d-Updated Azure plugin NS record (#4383) 2021-01-11 14:58:56 -08:00
bind plugin/bind: exclude interface or ip address (#4543) 2021-03-25 16:38:17 +01:00
bufsize For caddy v1 in our org (#4018) 2020-09-24 18:14:41 +02:00
cache plugin/cache: Unset AD flag when DO is not set for cache miss (#4736) 2021-07-09 10:53:50 +02: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 fix record missing for zone with many of records (#4328) 2021-01-12 13:38:18 +01: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 docs: move Also See to See Also (#4245) 2020-10-28 10:56:35 -07:00
dnssec reverse zone: fix Normalize (#4621) 2021-05-17 13:19:54 -07:00
dnstap Fix import ordering presubmit test (#4422) 2021-01-24 17:28:49 +00: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 reverse zone: fix Normalize (#4621) 2021-05-17 13:19:54 -07:00
file Fix plugin file reload comment (#4665) 2021-06-05 15:06:25 +02:00
forward plugin/forward : add proxy address as tag (#4757) 2021-07-16 14:35:39 +02:00
geoip auto remove trailing whitespaces 2021-07-20 10:28:21 +00:00
grpc deprecate Normalize and MustNormalize (#4648) 2021-05-27 13:26:14 +02:00
header plugin/header: run go gen and small doc updates (#4754) 2021-07-15 10:10:16 +02:00
health Reduce the cardinality of health endpoint metrics (#4650) 2021-05-27 15:16:38 +02:00
hosts reverse zone: fix Normalize (#4621) 2021-05-17 13:19:54 -07:00
import docs: move Also See to See Also (#4245) 2020-10-28 10:56:35 -07:00
k8s_external kubernetes: Improve namespace usage (#4767) 2021-07-29 23:27:25 -04:00
kubernetes auto go fmt 2021-08-02 10:29:33 +00:00
loadbalance For caddy v1 in our org (#4018) 2020-09-24 18:14:41 +02:00
local add local plugin (#4262) 2020-11-05 15:02:07 +01:00
log plugin/log: fix closing of codeblock (#4680) 2021-06-08 07:33:15 -07:00
loop deprecate Normalize and MustNormalize (#4648) 2021-05-27 13:26:14 +02:00
metadata Create geoip plugin (#4688) 2021-07-14 09:25:30 +02:00
metrics when no response is written, fallback to status of next plugin in prometheus plugin (#4727) 2021-07-09 16:35:38 +02: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 do not log NOERROR in log plugin when response is not available (#4725) 2021-07-09 13:15:34 +02: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 docs: move Also See to See Also (#4245) 2020-10-28 10:56:35 -07:00
rewrite plugin/rewrite: streamline the ResponseRule handling. (#4473) 2021-05-04 10:05:45 +02:00
root For caddy v1 in our org (#4018) 2020-09-24 18:14:41 +02:00
route53 Fix Route53 plugin cannot retrieve ECS Task Role (#4669) 2021-06-07 16:58:56 +02:00
secondary plugin/secondary: doc updates (#4686) 2021-06-11 10:54:49 -07:00
sign reverse zone: fix Normalize (#4621) 2021-05-17 13:19:54 -07:00
template reverse zone: fix Normalize (#4621) 2021-05-17 13:19:54 -07:00
test plugin/cache: Unset AD flag when DO is not set for cache miss (#4736) 2021-07-09 10:53:50 +02:00
tls docs: move Also See to See Also (#4245) 2020-10-28 10:56:35 -07:00
trace auto remove trailing whitespaces 2021-07-20 10:28:21 +00:00
transfer fix to docs; add acl example (#4711) 2021-06-30 10:09:23 +08:00
whoami For caddy v1 in our org (#4018) 2020-09-24 18:14:41 +02: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: Fix inconsistent names of glue records with TargetStrip (#4595) 2021-05-03 08:48:51 -07: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