coredns-ldap/README.md
2018-01-26 18:43:28 +00:00

27 lines
507 B
Markdown

# example
The example middleware prints "example" on every query received. It can be used as documentation for
writing external plugins and to test if external plugins compile with CoreDNS.
## Syntax
~~~ txt
example
~~~
## Examples
``` corefile
example.com {
file example.com.db {
upstream 8.8.8.8
}
example
}
```
## How to Enable
Follow [these](https://coredns.io/2017/07/25/compile-time-enabling-or-disabling-plugins/) steps,
*example* should be put relatively early in the plugin chain.