mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -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
|
||||
|
||||
~~ txt
|
||||
~~~ txt
|
||||
nsid [DATA]
|
||||
~~
|
||||
~~~
|
||||
|
||||
**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:
|
||||
|
||||
~~ corefile
|
||||
~~~ corefile
|
||||
. {
|
||||
nsid
|
||||
}
|
||||
~~
|
||||
~~~
|
||||
|
||||
Reference in New Issue
Block a user