mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
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:
parent
b6bb15a198
commit
b7017d7c50
@ -34,9 +34,8 @@ cache_size = 10000
|
|||||||
# Load-balancing
|
# Load-balancing
|
||||||
# fastest = always fastest, p2 = random between two fastest, ph = random
|
# fastest = always fastest, p2 = random between two fastest, ph = random
|
||||||
# from the fastest half of the configured list, random = any 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
|
# https://github.com/jedisct1/dnscrypt-proxy/wiki/Load-Balancing-Options
|
||||||
# may not work everywhere, I am picking ph just in case.
|
lb_strategy = 'p2'
|
||||||
lb_strategy = 'ph'
|
|
||||||
|
|
||||||
# Tor if necessary
|
# Tor if necessary
|
||||||
#force_tcp = true
|
#force_tcp = true
|
||||||
@ -60,4 +59,5 @@ lb_strategy = 'ph'
|
|||||||
# [sources.'opennic']
|
# [sources.'opennic']
|
||||||
# urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/opennic.md', 'https://download.dnscrypt.info/resolvers-list/v2/opennic.md']
|
# urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/opennic.md', 'https://download.dnscrypt.info/resolvers-list/v2/opennic.md']
|
||||||
# minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
|
# minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
|
||||||
|
# refresh_delay = 72
|
||||||
# cache_file = '/var/cache/dnscrypt-proxy/opennic.md'
|
# cache_file = '/var/cache/dnscrypt-proxy/opennic.md'
|
||||||
|
Loading…
Reference in New Issue
Block a user