Skip to content

Commit 766e149

Browse files
authored
Fix typo and alignment in example-dnscrypt-proxy.toml (#1915)
1 parent e2ada45 commit 766e149

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dnscrypt-proxy/example-dnscrypt-proxy.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ cache_neg_max_ttl = 600
490490

491491

492492
######################################################
493-
# Pattern-based blocking (blocklists) #
493+
# Pattern-based blocking (blocklists) #
494494
######################################################
495495

496496
## Blocklists are made of one pattern per line. Example of valid patterns:
@@ -553,7 +553,7 @@ cache_neg_max_ttl = 600
553553

554554

555555
######################################################
556-
# Pattern-based allow lists (blocklists bypass) #
556+
# Pattern-based allow lists (blocklists bypass) #
557557
######################################################
558558

559559
## Allowlists support the same patterns as blocklists
@@ -724,7 +724,7 @@ cache_neg_max_ttl = 600
724724
[broken_implementations]
725725

726726
# Cisco servers currently cannot handle queries larger than 1472 bytes, and don't
727-
# truncate reponses larger than questions as expected by the DNSCrypt protocol.
727+
# truncate responses larger than questions as expected by the DNSCrypt protocol.
728728
# This prevents large responses from being received over UDP and over relays.
729729
#
730730
# Older versions of the `dnsdist` server software had a bug with queries larger

0 commit comments

Comments
 (0)