dnscrypt-proxy: update comments, lb_strategy = p2

Removed my weird comment and added refresh_delay to OpenNIC. I am using
p2 instead of ph as per the wiki as apparently they don't consider
balancing queries over multiple services as important as speed, so maybe
I don't have to worry about that either.
This commit is contained in:
Aminda Suomalainen 2018-11-29 11:23:05 +02:00
parent b6bb15a198
commit b7017d7c50
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 3 additions and 3 deletions

View File

@ -34,9 +34,8 @@ cache_size = 10000
# Load-balancing
# fastest = always fastest, p2 = random between two fastest, ph = random
# from the fastest half of the configured list, random = any random
# Default is p2, but as my list grew so long and contains so much IPv6 that
# may not work everywhere, I am picking ph just in case.
lb_strategy = 'ph'
# https://github.com/jedisct1/dnscrypt-proxy/wiki/Load-Balancing-Options
lb_strategy = 'p2'
# Tor if necessary
#force_tcp = true
@ -60,4 +59,5 @@ lb_strategy = 'ph'
# [sources.'opennic']
# urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/opennic.md', 'https://download.dnscrypt.info/resolvers-list/v2/opennic.md']
# minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
# refresh_delay = 72
# cache_file = '/var/cache/dnscrypt-proxy/opennic.md'