mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
27 lines
316 B
Markdown
27 lines
316 B
Markdown
|
|
# 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`
|