-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdnscrypt.toml
More file actions
95 lines (71 loc) · 1.77 KB
/
dnscrypt.toml
File metadata and controls
95 lines (71 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
############################################
# dnscrypt-proxy.toml
# Gaming-optimized + V2Ray SOCKS5
############################################
########################
# Network
########################
#server_names = ['google', 'cloudflare']
listen_addresses = ['127.0.0.1:53']
max_clients = 250
ipv4_servers = true
ipv6_servers = false
block_ipv6 = true
########################
# Resolver sources
########################
########################
# Protocols
########################
dnscrypt_servers = true
doh_servers = false
require_dnssec = false
require_nolog = true
require_nofilter = true
########################
# Proxy (V2Ray)
########################
#proxy = 'socks5://127.0.0.1:10808'
########################
# Load balancing
########################
lb_strategy = 'p2'
lb_estimator = true
########################
# Timeouts
########################
timeout = 1500
keepalive = 30
force_tcp = false
########################
# Cache (critical for gaming)
########################
cache = true
cache_size = 16384
cache_min_ttl = 300
cache_max_ttl = 86400
cache_neg_min_ttl = 60
cache_neg_max_ttl = 600
########################
# Security / Performance
########################
dnscrypt_ephemeral_keys = false
ignore_system_dns = true
fallback_resolvers = []
########################
# Logging
########################
log_level = 2
log_file = ''
use_syslog = false
[query_log]
file = '/var/log/dnscrypt-proxy/query.log'
[nx_log]
file = '/var/log/dnscrypt-proxy/nx.log'
[sources]
[sources.'public-resolvers']
url = 'https://download.dnscrypt.info/resolvers-list/v3/public-resolvers.md'
cache_file = '/var/cache/dnscrypt-proxy/public-resolvers.md'
minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
refresh_delay = 72
prefix = ''