mirror of
https://github.com/coredns/coredns.git
synced 2025-12-06 18:35:11 -05:00
middleware: change documentation filenames to README.md
This commit is contained in:
26
middleware/chaos/README.md
Normal file
26
middleware/chaos/README.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# chaos
|
||||
|
||||
`chaos`
|
||||
|
||||
## Syntax
|
||||
|
||||
~~~
|
||||
chaos [version] [authors...]
|
||||
~~~
|
||||
|
||||
* `version` the version to return, defaults to CoreDNS.
|
||||
* `authors` what authors to return. No default.
|
||||
|
||||
## Examples
|
||||
|
||||
~~~
|
||||
etcd {
|
||||
path /skydns
|
||||
endpoint endpoint...
|
||||
stubzones
|
||||
}
|
||||
~~~
|
||||
|
||||
* `path` /skydns
|
||||
* `endpoint` endpoints...
|
||||
* `stubzones`
|
||||
Reference in New Issue
Block a user