From ae5195cc7e0545d0622086a549f20de56b1e27cd Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 24 Jun 2022 12:09:17 +0200 Subject: [PATCH] Bump the example number of allowed TCP connections --- example-encrypted-dns.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-encrypted-dns.toml b/example-encrypted-dns.toml index 24237dd..909e495 100644 --- a/example-encrypted-dns.toml +++ b/example-encrypted-dns.toml @@ -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.