From 659f84bab2af4de9e374f4d3d11bdf76e4cab22e Mon Sep 17 00:00:00 2001 From: fatedier Date: Mon, 26 Dec 2016 09:58:58 +0800 Subject: [PATCH] conf: update --- conf/frpc.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/conf/frpc.ini b/conf/frpc.ini index 2ac34c62..4ae5a4ab 100644 --- a/conf/frpc.ini +++ b/conf/frpc.ini @@ -30,11 +30,9 @@ type = tcp local_ip = 127.0.0.1 local_port = 22 # true or false, if true, messages between frps and frpc will be encrypted, default is false -use_encryption = true +use_encryption = false # default is false use_gzip = false -# connections will be established in advance, default value is zero -pool_count = 10 [dns] type = udp @@ -47,6 +45,7 @@ type = http local_ip = 127.0.0.1 local_port = 80 use_gzip = true +# connections will be established in advance, default value is zero pool_count = 20 # http username and password are safety certification for http protocol # if not set, you can access this custom_domains without certification