mirror of
https://github.com/coredns/coredns.git
synced 2025-12-04 17:35:13 -05:00
Implement chaos middleware
This allows for CH TXT queries that return some information about the server and/or the authors (or whatever you put in there).
This commit is contained in:
26
middleware/chaos/chaos.md
Normal file
26
middleware/chaos/chaos.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