conf: update

This commit is contained in:
fatedier 2016-12-26 09:58:58 +08:00
parent 9faf4acd62
commit 659f84bab2
1 changed files with 2 additions and 3 deletions

View File

@ -30,11 +30,9 @@ type = tcp
local_ip = 127.0.0.1 local_ip = 127.0.0.1
local_port = 22 local_port = 22
# true or false, if true, messages between frps and frpc will be encrypted, default is false # 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 # default is false
use_gzip = false use_gzip = false
# connections will be established in advance, default value is zero
pool_count = 10
[dns] [dns]
type = udp type = udp
@ -47,6 +45,7 @@ type = http
local_ip = 127.0.0.1 local_ip = 127.0.0.1
local_port = 80 local_port = 80
use_gzip = true use_gzip = true
# connections will be established in advance, default value is zero
pool_count = 20 pool_count = 20
# http username and password are safety certification for http protocol # http username and password are safety certification for http protocol
# if not set, you can access this custom_domains without certification # if not set, you can access this custom_domains without certification