Update example-dnscrypt-proxy.toml

File from version 2.0.21
This commit is contained in:
Euler Alves 2019-03-18 11:38:46 -03:00 committed by GitHub
parent c67155f3a2
commit 9645f15d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ listen_addresses = ['127.0.0.1:53', '[::1]:53']
## Maximum number of simultaneous client connections to accept ## Maximum number of simultaneous client connections to accept
max_clients = 100 max_clients = 150
## Switch to a different system user after listening sockets have been created. ## Switch to a different system user after listening sockets have been created.
@ -55,7 +55,7 @@ max_clients = 100
ipv4_servers = true ipv4_servers = true
# Use servers reachable over IPv6 -- Do not enable if you don't have IPv6 connectivity # Use servers reachable over IPv6 -- Do not enable if you don't have IPv6 connectivity
ipv6_servers = true ipv6_servers = false
# Use servers implementing the DNSCrypt protocol # Use servers implementing the DNSCrypt protocol
dnscrypt_servers = true dnscrypt_servers = true