Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Denis Tingaikin <[email protected]>
Signed-off-by: Gleb Kogtev <[email protected]>
  • Loading branch information
glebkin and denis-tingaikin authored Sep 2, 2024
1 parent 3d8aa89 commit 53a1c2a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,11 @@ If `race` is enable, we will get `NXDOMAIN` result quickly, otherwise we will ge
Sends parallel requests between two randomly selected resolvers. Note, that `127.0.0.1:9007` would be selected more frequently as it has the highest `weighted-random-load-factor`.
~~~ corefile
example.org {
fanout . 127.0.0.1:9005 127.0.0.1:9006 127.0.0.1:9007
policy weighted-random
weighted-random-server-count 2
weighted-random-load-factor 50 70 100
fanout . 127.0.0.1:9005 127.0.0.1:9006 127.0.0.1:9007 {
policy weighted-random
weighted-random-server-count 2
weighted-random-load-factor 50 70 100
}
}
~~~

Expand Down

0 comments on commit 53a1c2a

Please sign in to comment.