1
1
Fork 0
mirror of https://github.com/DNSCrypt/encrypted-dns-server.git synced 2024-05-06 12:06:07 +02:00

Bump the example number of allowed TCP connections

This commit is contained in:
Frank Denis 2022-06-24 12:09:17 +02:00
parent 497770494b
commit ae5195cc7e

View File

@ -54,7 +54,7 @@ udp_max_active_connections = 1000
## Maximum active TCP connections
tcp_max_active_connections = 100
tcp_max_active_connections = 250
## Optional IP address to connect to upstream servers from.