diff options
author | 2023-06-01 14:07:58 -0400 | |
---|---|---|
committer | 2023-06-01 14:07:58 -0400 | |
commit | d3965b8b607d691494078874c12eedbccc97b47e (patch) | |
tree | a287cabcde453e6d20be459a761db88ea5b78d45 /plugin.cfg | |
parent | d0375bc0269eccb1966ccf38a9b43263d551dee4 (diff) | |
download | coredns-d3965b8b607d691494078874c12eedbccc97b47e.tar.gz coredns-d3965b8b607d691494078874c12eedbccc97b47e.tar.zst coredns-d3965b8b607d691494078874c12eedbccc97b47e.zip |
Revert "plugin/tls: respect the path specified by root plugin (#5944)" (#6136)
This reverts commit d0375bc0269eccb1966ccf38a9b43263d551dee4.
Diffstat (limited to 'plugin.cfg')
-rw-r--r-- | plugin.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.cfg b/plugin.cfg index 532c3dda5..407a668eb 100644 --- a/plugin.cfg +++ b/plugin.cfg @@ -19,7 +19,6 @@ # Local plugin example: # log:log -root:root metadata:metadata geoip:geoip cancel:cancel @@ -28,6 +27,7 @@ timeouts:timeouts reload:reload nsid:nsid bufsize:bufsize +root:root bind:bind debug:debug trace:trace |