Skip to content

Commit 278e7c7

Browse files
authored
Update dnscrypt-proxy.toml
1 parent 5777c07 commit 278e7c7

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

config/dnscrypt-proxy.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ force_tcp = false
7171

7272
## How long a DNS query will wait for a response, in milliseconds
7373

74-
timeout = 2500
74+
timeout = 5000
7575

7676

7777
## Load-balancing strategy: 'p2' (default), 'ph', 'fastest' or 'random'
@@ -110,7 +110,7 @@ cert_refresh_delay = 240
110110
## It will not be used if the configured system DNS works.
111111
## A resolver supporting DNSSEC is recommended. This may become mandatory.
112112

113-
bootstrap_resolvers = '9.9.9.9:53'
113+
bootstrap_resolvers = ['9.9.9.11:53', '1.1.1.1:53']
114114

115115

116116
## Never try to use the system DNS settings; unconditionally use the
@@ -283,30 +283,30 @@ cache_neg_ttl = 60
283283
## ads*.example.*
284284
## ads*.example[0-9]*.com
285285
##
286-
## Example blacklist files can be found at https://download.dnscrypt.info/blacklists/
287-
## A script to build blacklists from public feeds can be found in the
288-
## `utils/generate-domains-blacklists` directory of the dnscrypt-proxy source code.
286+
## Example blacklist files can be found at https://download.dnscrypt.info/blocklists/
287+
## A script to build blocklist from public feeds can be found in the
288+
## `utils/generate-domains-blocklists` directory of the dnscrypt-proxy source code.
289289

290-
[blacklist]
290+
[blocked_names]
291291

292-
## Path to the file of blocking rules (absolute, or relative to the same directory as the executable file)
292+
## Path to the file of blocking rules (absolute, or relative to the same directory as the config file)
293293

294-
# blacklist_file = 'blacklist.txt'
294+
# blocked_names_file = 'blocked-names.txt'
295295

296296

297-
## Optional path to a file logging blocked queries
297+
## Optional path to a file logging blocked queries
298298

299-
# log_file = 'blocked.log'
299+
# log_file = 'blocked.log'
300300

301301

302-
## Optional log format: tsv or ltsv (default: tsv)
302+
## Optional log format: tsv or ltsv (default: tsv)
303303

304-
# log_format = 'tsv'
304+
# log_format = 'tsv'
305305

306306

307307

308308
###########################################################
309-
# Pattern-based IP blocking (IP blacklists) #
309+
# Pattern-based IP blocking (IP blocklists) #
310310
###########################################################
311311

312312
## IP blacklists are made of one pattern per line. Example of valid patterns:
@@ -315,16 +315,16 @@ cache_neg_ttl = 60
315315
## fe80:abcd:*
316316
## 192.168.1.4
317317

318-
[ip_blacklist]
318+
[blocked_ips]
319319

320-
## Path to the file of blocking rules (absolute, or relative to the same directory as the executable file)
320+
## Path to the file of blocking rules (absolute, or relative to the same directory as the config file)
321321

322-
# blacklist_file = 'ip-blacklist.txt'
322+
# blocked_ips_file = 'blocked-ips.txt'
323323

324324

325-
## Optional path to a file logging blocked queries
325+
## Optional path to a file logging blocked queries
326326

327-
# log_file = 'ip-blocked.log'
327+
# log_file = 'blocked-ips.log'
328328

329329

330330
## Optional log format: tsv or ltsv (default: tsv)

0 commit comments

Comments
 (0)