mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
chore(docs): remove extra whitespace from readmes (#7532)
This commit is contained in:
@@ -107,7 +107,7 @@ kubernetes [ZONES...] {
|
||||
Services API (MCS-API). Specifying this option is generally paired with the
|
||||
installation of an MCS-API implementation and the ServiceImport and ServiceExport
|
||||
CRDs. The plugin MUST be authoritative for the zones listed here.
|
||||
* `startup_timeout` specifies the **DURATION** value that limits the time to wait for informer cache synced
|
||||
* `startup_timeout` specifies the **DURATION** value that limits the time to wait for informer cache synced
|
||||
when the kubernetes plugin starts. If not specified, the default timeout will be 5s.
|
||||
|
||||
Enabling zone transfer is done by using the *transfer* plugin.
|
||||
|
||||
@@ -25,7 +25,7 @@ ready [ADDRESS] {
|
||||
|
||||
*ready* optionally takes an address; the default is `:8181`. The path is fixed to `/ready`. The
|
||||
readiness endpoint returns a 200 response code and the word "OK" when this server is ready. It
|
||||
returns a 503 otherwise *and* the list of plugins that are not ready.
|
||||
returns a 503 otherwise *and* the list of plugins that are not ready.
|
||||
By default, once a plugin has signaled it is ready it will not be queried again.
|
||||
|
||||
The *ready* directive can include an optional `monitor` parameter, defaulting to `until-ready`. The following values are supported:
|
||||
|
||||
@@ -454,7 +454,7 @@ rewrite edns0 local unset 0xffee
|
||||
### EDNS0_NSID
|
||||
|
||||
This has no fields; it will add an NSID option with an empty string for the NSID. If the option already exists
|
||||
and the action is `replace` or `set`, then the NSID in the option will be set to the empty string.
|
||||
and the action is `replace` or `set`, then the NSID in the option will be set to the empty string.
|
||||
The option can be removed with the `unset` action.
|
||||
|
||||
### EDNS0_SUBNET
|
||||
|
||||
Reference in New Issue
Block a user