Skip to content

Commit 6db2f51

Browse files
authored
Update dnscrypt-proxy.toml
1 parent 4d80db5 commit 6db2f51

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

config/dnscrypt-proxy.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ cache_neg_max_ttl = 600
459459
## Example blocklist files can be found at https://download.dnscrypt.info/blocklists/
460460
## A script to build blocklists from public feeds can be found in the
461461
## `utils/generate-domains-blocklists` directory of the dnscrypt-proxy source code.
462+
## This section was throwing errors; this was previosly named blacklist in earlier versions.
462463

463464
#[blocked_names]
464465

@@ -549,7 +550,7 @@ cache_neg_max_ttl = 600
549550
## {after='21:00', before= '7:00'} matches 0:00-7:00 and 21:00-0:00
550551
## {after= '9:00', before='18:00'} matches 9:00-18:00
551552

552-
[schedules]
553+
#[schedules]
553554

554555
# [schedules.'time-to-sleep']
555556
# mon = [{after='21:00', before='7:00'}]
@@ -655,7 +656,7 @@ fragments_blocked = ['cisco', 'cisco-ipv6', 'cisco-familyshield', 'cisco-familys
655656
# If you are not using the standard root CA, an optional "root_ca"
656657
# property set to the path to a root CRT file can be added to a server entry.
657658

658-
[doh_client_x509_auth]
659+
# [doh_client_x509_auth]
659660

660661
#
661662
# creds = [
@@ -731,7 +732,7 @@ skip_incompatible = true
731732
## Do not enable unless you know what DNS64 is and why you need it, or else
732733
## you won't be able to connect to anything at all.
733734

734-
[dns64]
735+
# [dns64]
735736

736737
## (Option 1) Static prefix(es) as Pref64::/n CIDRs.
737738
# prefix = ["64:ff9b::/96"]

0 commit comments

Comments
 (0)