Тайлбар байхгүй

Miek Gieben 932108f489 Document and cleanup 7 жил өмнө
LICENSE 06a23f27f8 Add license 7 жил өмнө
README.md d9282030ca Add tests and rename middleware to plugin 7 жил өмнө
example.go 932108f489 Document and cleanup 7 жил өмнө
example_test.go 932108f489 Document and cleanup 7 жил өмнө
setup.go 932108f489 Document and cleanup 7 жил өмнө
setup_test.go 932108f489 Document and cleanup 7 жил өмнө

README.md

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

example

Examples

example.com {
  file example.com.db {
    upstream 8.8.8.8
  }
  example
}

How to Enable

Follow these steps, example should be put relatively early in the plugin chain.