diff options
author | 2021-02-09 15:35:41 +0100 | |
---|---|---|
committer | 2021-02-09 15:35:41 +0100 | |
commit | a588c16ad92d5e49aab7a1b3a07a5bbd7a31cd88 (patch) | |
tree | 22ece2aedafedc49b15484970e60dc400b6d9457 | |
parent | ccc6e0cff96d0de6737a5228dd9ea59c15c0831d (diff) | |
download | coredns-a588c16ad92d5e49aab7a1b3a07a5bbd7a31cd88.tar.gz coredns-a588c16ad92d5e49aab7a1b3a07a5bbd7a31cd88.tar.zst coredns-a588c16ad92d5e49aab7a1b3a07a5bbd7a31cd88.zip |
Keep traffic, but disable a whole bunch of other plugins
Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r-- | plugin.cfg | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugin.cfg b/plugin.cfg index f8e00a4e2..6af55e596 100644 --- a/plugin.cfg +++ b/plugin.cfg @@ -28,7 +28,7 @@ bufsize:bufsize root:root bind:bind debug:debug -trace:trace +#trace:trace ready:ready health:health pprof:pprof @@ -48,11 +48,11 @@ autopath:autopath template:template transfer:transfer hosts:hosts -route53:route53 -azure:azure -clouddns:clouddns -federation:github.com/coredns/federation -k8s_external:k8s_external +#route53:route53 +#azure:azure +#clouddns:clouddns +#federation:github.com/coredns/federation +#k8s_external:k8s_external kubernetes:kubernetes file:file auto:auto |