coredns/plugin
Darshan Chaudhary 085826776f
Add private DNS support for azure plugin (#3516)
* plugin/azure: fix bug in setting up plugin

Signed-off-by: darshanime <deathbullet@gmail.com>

* plugin/azure: add support for private zones

Signed-off-by: darshanime <deathbullet@gmail.com>

* plugin/azure: change syntax for access level

Signed-off-by: darshanime <deathbullet@gmail.com>

* plugin/azure: change import alias for azure dns

Signed-off-by: darshanime <deathbullet@gmail.com>

* plugin/azure: reword readme, var names

Signed-off-by: darshanime <deathbullet@gmail.com>

* plugin/azure: remove newline in imports

Signed-off-by: darshanime <deathbullet@gmail.com>

* fix import grouping

Co-authored-by: Chris O'Haver <cohaver@infoblox.com>
2020-03-10 15:22:23 -04:00
..
acl Fix acl page (#3626) 2020-01-27 16:47:42 +01:00
any Move to CODEOWNERS (#3489) 2019-11-29 13:17:05 +00:00
auto Move to CODEOWNERS (#3489) 2019-11-29 13:17:05 +00:00
autopath Move to CODEOWNERS (#3489) 2019-11-29 13:17:05 +00:00
azure Add private DNS support for azure plugin (#3516) 2020-03-10 15:22:23 -04:00
bind Move to CODEOWNERS (#3489) 2019-11-29 13:17:05 +00:00
bufsize Move to CODEOWNERS (#3489) 2019-11-29 13:17:05 +00:00
cache explain drop metric (#3706) 2020-02-29 07:07:49 +00:00
cancel presubmit: test README.md sections (#3644) 2020-01-31 11:37:24 +00:00
chaos Move to CODEOWNERS (#3489) 2019-11-29 13:17:05 +00:00
clouddns doc: fix generated manual pages (#3571) 2019-12-29 13:35:17 +01:00
debug plugin register (#3321) 2019-09-28 10:40:43 +01:00
deprecated all: simply registering plugins (#3287) 2019-09-20 08:02:30 +01:00
dnssec presubmit: check import path ordering (#3636) 2020-01-30 09:19:26 +00:00
dnstap Update README.md (#3721) 2020-03-05 11:09:19 +01:00
erratic Move to CODEOWNERS (#3489) 2019-11-29 13:17:05 +00:00
errors Move to CODEOWNERS (#3489) 2019-11-29 13:17:05 +00:00
etcd presubmit: check import path ordering (#3636) 2020-01-30 09:19:26 +00:00
file plugin/sign: fix signing of authoritative data (#3479) 2019-12-06 19:54:31 +00:00
forward Add configuration flag to set if RecursionDesired should be set on health checkers in Forward-plugin (#3679) 2020-03-06 11:52:43 +01:00
grpc Dedup policy implement between grpc and proxy plugin (#3537) 2019-12-17 08:15:31 +00:00
health doc: fix generated manual pages (#3571) 2019-12-29 13:35:17 +01:00
hosts plugin/hosts: Modifies NODATA handling (#3536) 2020-02-24 20:03:53 +01:00
import Directive -> plugin (#3363) 2019-10-08 10:20:48 +01:00
k8s_external presubmit: test README.md sections (#3644) 2020-01-31 11:37:24 +00:00
kubernetes Update README.md (#3721) 2020-03-05 11:09:19 +01:00
loadbalance Move to CODEOWNERS (#3489) 2019-11-29 13:17:05 +00:00
log docs: update README and log plugin (#3602) 2020-01-17 16:16:29 +01:00
loop Move to CODEOWNERS (#3489) 2019-11-29 13:17:05 +00:00
metadata Move to CODEOWNERS (#3489) 2019-11-29 13:17:05 +00:00
metrics metrics: add type to latency as well (#3685) 2020-02-19 08:57:42 +00:00
nsid Move to CODEOWNERS (#3489) 2019-11-29 13:17:05 +00:00
pkg Replacing 'HTTP' by 'HTTPS' for securing links (#3682) 2020-02-18 08:08:10 +01:00
pprof redirect handler for pprof index (#3503) 2019-12-06 19:04:49 +00:00
ready gofmt -w -s **/*.go (#3603) 2020-01-17 10:47:45 -05:00
reload Move to CODEOWNERS (#3489) 2019-11-29 13:17:05 +00:00
rewrite presubmit: test README.md sections (#3644) 2020-01-31 11:37:24 +00:00
root Move to CODEOWNERS (#3489) 2019-11-29 13:17:05 +00:00
route53 doc: fix generated manual pages (#3571) 2019-12-29 13:35:17 +01:00
secondary presubmit: test README.md sections (#3644) 2020-01-31 11:37:24 +00:00
sign sign: add expiration jitter (#3588) 2020-01-12 04:56:57 -08:00
template plugin/template: fix panic when missing next handler (#3672) 2020-02-15 22:11:19 +01:00
test presubmit: check import path ordering (#3636) 2020-01-30 09:19:26 +00:00
tls doc: fix generated manual pages (#3571) 2019-12-29 13:35:17 +01:00
trace presubmit: check import path ordering (#3636) 2020-01-30 09:19:26 +00:00
transfer presubmit: test README.md sections (#3644) 2020-01-31 11:37:24 +00:00
whoami Move to CODEOWNERS (#3489) 2019-11-29 13:17:05 +00:00
backend.go Remove context.Context from request.Request (#2726) 2019-03-26 14:37:30 +00:00
backend_lookup.go Resolve TXT records via CNAME (#3557) 2020-01-03 14:16:04 +01: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 add MustNormalize (#3385) 2019-10-19 08:08:14 +01:00
normalize_test.go add MustNormalize (#3385) 2019-10-19 08:08:14 +01:00
plugin.go typo fixes (#3169) 2019-08-21 16:08:55 -04:00
register.go all: simply registering plugins (#3287) 2019-09-20 08:02:30 +01:00