mirror of
https://github.com/ookangzheng/blahdns.git
synced 2025-12-16 06:05:38 +07:00
Update dnscrypt-proxy.toml
This commit is contained in:
@@ -1,21 +1,21 @@
|
|||||||
server_names = ['blahdns-jp-doh']
|
server_names = ['blahdns-jp-dnscrypt-v4']
|
||||||
listen_addresses = ['127.0.0.1:53', '[::1]:53']
|
listen_addresses = ['127.0.0.1:53', '[::1]:53']
|
||||||
max_clients = 250
|
max_clients = 300
|
||||||
force_tcp = false
|
force_tcp = false
|
||||||
timeout = 2000
|
timeout = 3000
|
||||||
keepalive = 30
|
keepalive = 30
|
||||||
|
|
||||||
# Load-balancing strategy: 'p2' (default), 'ph', 'fastest' or 'random'
|
# Load-balancing strategy: 'p2' (default), 'ph', 'fastest' or 'random'
|
||||||
lb_strategy = 'p2'
|
lb_strategy = 'p2'
|
||||||
fallback_resolver = '9.9.9.11:53'
|
fallback_resolver = '9.9.9.9:53'
|
||||||
ignore_system_dns = false
|
ignore_system_dns = true
|
||||||
netprobe_timeout = 30
|
netprobe_timeout = 30
|
||||||
cache = false
|
cache = false
|
||||||
cache_size = 512
|
cache_size = 512
|
||||||
cache_min_ttl = 90
|
cache_min_ttl = 90
|
||||||
cache_max_ttl = 1800
|
cache_max_ttl = 1800
|
||||||
cache_neg_min_ttl = 2
|
cache_neg_min_ttl = 10
|
||||||
cache_neg_max_ttl = 6
|
cache_neg_max_ttl = 90
|
||||||
|
|
||||||
[static]
|
[static]
|
||||||
## Publickey: 5384E8144314293E56DD1B140A1EF172AD47BDBA1799C8957294953D034EB5C7
|
## Publickey: 5384E8144314293E56DD1B140A1EF172AD47BDBA1799C8957294953D034EB5C7
|
||||||
|
|||||||
Reference in New Issue
Block a user