parent
a1c0a8c4a2
commit
088fa83b1a
|
@ -133,12 +133,15 @@ keepalive = 30
|
||||||
blocked_query_response = 'refused'
|
blocked_query_response = 'refused'
|
||||||
|
|
||||||
|
|
||||||
## Load-balancing strategy: 'p2' (default), 'ph', 'first' or 'random'
|
## Load-balancing strategy: 'p2' (default), 'ph', 'p<n>', 'first' or 'random'
|
||||||
|
## Randomly choose 1 of the fastest 2, half, n, 1 or all live servers by latency.
|
||||||
|
## The response quality still depends on the server itself.
|
||||||
|
|
||||||
# lb_strategy = 'p2'
|
# lb_strategy = 'p2'
|
||||||
|
|
||||||
## Set to `true` to constantly try to estimate the latency of all the resolvers
|
## Set to `true` to constantly try to estimate the latency of all the resolvers
|
||||||
## and adjust the load-balancing parameters accordingly, or to `false` to disable.
|
## and adjust the load-balancing parameters accordingly, or to `false` to disable.
|
||||||
|
## Default is `true` that makes 'p2' `lb_strategy` work well.
|
||||||
|
|
||||||
# lb_estimator = true
|
# lb_estimator = true
|
||||||
|
|
||||||
|
@ -500,7 +503,7 @@ cache_neg_max_ttl = 600
|
||||||
|
|
||||||
## Path to the file of blocking rules (absolute, or relative to the same directory as the config file)
|
## Path to the file of blocking rules (absolute, or relative to the same directory as the config file)
|
||||||
|
|
||||||
# blocked_ips_file = 'blocked-ips.txt'
|
blocked_ips_file = 'blocked-ips.txt'
|
||||||
|
|
||||||
|
|
||||||
## Optional path to a file logging blocked queries
|
## Optional path to a file logging blocked queries
|
||||||
|
|
Loading…
Reference in New Issue