mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
minor typo fix (#1951)
This commit is contained in:
parent
9e7221c31c
commit
27e93a53cf
1 changed files with 5 additions and 5 deletions
|
@ -128,7 +128,7 @@ keepalive = 30
|
|||
## Multiple networks can be listed; they will be randomly chosen.
|
||||
## These networks don't have to match your actual networks.
|
||||
|
||||
# edns_client_subnet = ["0.0.0.0/0", "2001:db8::/32"]
|
||||
# edns_client_subnet = ['0.0.0.0/0', '2001:db8::/32']
|
||||
|
||||
|
||||
## Response for blocked queries. Options are `refused`, `hinfo` (default) or
|
||||
|
|
Loading…
Add table
Reference in a new issue