mirror of
https://github.com/coredns/coredns.git
synced 2025-11-16 08:52:17 -05:00
docs: rewrite using manpage style (#327)
This still needs cleanup, but this is a first pass the cleans some cruft and documents our style (in middleware.md) and makes all the docs match that style.
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# bind
|
||||
|
||||
bind overrides the host to which the server should bind. Normally, the listener binds to the
|
||||
*bind* overrides the host to which the server should bind. Normally, the listener binds to the
|
||||
wildcard host. However, you may force the listener to bind to another IP instead. This
|
||||
directive accepts only an address, not a port.
|
||||
directive accepts only an address, not a port.
|
||||
|
||||
## Syntax
|
||||
|
||||
~~~ txt
|
||||
bind address
|
||||
bind ADDRESS
|
||||
~~~
|
||||
|
||||
address is the IP address to bind to.
|
||||
**ADDRESS** is the IP address to bind to.
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user