mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
Update docs with missing ~ (#1276)
Looks like the last commit missed a `~` in the docs. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
@@ -8,9 +8,9 @@ generating the reply and for debugging.
|
|||||||
|
|
||||||
## Syntax
|
## Syntax
|
||||||
|
|
||||||
~~ txt
|
~~~ txt
|
||||||
nsid [DATA]
|
nsid [DATA]
|
||||||
~~
|
~~~
|
||||||
|
|
||||||
**DATA** is the string to use in the nsid record.
|
**DATA** is the string to use in the nsid record.
|
||||||
|
|
||||||
@@ -20,8 +20,8 @@ If **DATA** is not given, the host's name is used.
|
|||||||
|
|
||||||
Enable nsid:
|
Enable nsid:
|
||||||
|
|
||||||
~~ corefile
|
~~~ corefile
|
||||||
. {
|
. {
|
||||||
nsid
|
nsid
|
||||||
}
|
}
|
||||||
~~
|
~~~
|
||||||
|
|||||||
Reference in New Issue
Block a user