Skip to content

Commit 27e93a5

Browse files
authored
minor typo fix (#1951)
1 parent 9e7221c commit 27e93a5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

dnscrypt-proxy/example-dnscrypt-proxy.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ keepalive = 30
128128
## Multiple networks can be listed; they will be randomly chosen.
129129
## These networks don't have to match your actual networks.
130130

131-
# edns_client_subnet = ["0.0.0.0/0", "2001:db8::/32"]
131+
# edns_client_subnet = ['0.0.0.0/0', '2001:db8::/32']
132132

133133

134134
## Response for blocked queries. Options are `refused`, `hinfo` (default) or
@@ -710,10 +710,10 @@ cache_neg_max_ttl = 600
710710
## Another example source, with resolvers censoring some websites not appropriate for children
711711
## This is a subset of the `public-resolvers` list, so enabling both is useless
712712

713-
# [sources.'parental-control']
714-
# urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v3/parental-control.md', 'https://download.dnscrypt.info/resolvers-list/v3/parental-control.md', 'https://ipv6.download.dnscrypt.info/resolvers-list/v3/parental-control.md', 'https://download.dnscrypt.net/resolvers-list/v3/parental-control.md']
715-
# cache_file = 'parental-control.md'
716-
# minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
713+
# [sources.'parental-control']
714+
# urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v3/parental-control.md', 'https://download.dnscrypt.info/resolvers-list/v3/parental-control.md', 'https://ipv6.download.dnscrypt.info/resolvers-list/v3/parental-control.md', 'https://download.dnscrypt.net/resolvers-list/v3/parental-control.md']
715+
# cache_file = 'parental-control.md'
716+
# minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
717717

718718

719719

0 commit comments

Comments
 (0)