mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
doc update (#1140)
* doc update Go through all README and fix mistakes, extend example and let more corefile snippets be test for validity. * Cant use spefic addr in test
This commit is contained in:
@@ -17,6 +17,11 @@ loadbalance [POLICY]
|
||||
|
||||
## Examples
|
||||
|
||||
~~~
|
||||
loadbalance round_robin
|
||||
Load balance replies coming back from Google Public DNS:
|
||||
|
||||
~~~ corefile
|
||||
. {
|
||||
loadbalance round_robin
|
||||
proxy . 8.8.8.8 8.8.4.4
|
||||
}
|
||||
~~~
|
||||
|
||||
Reference in New Issue
Block a user