mirror of https://github.com/fatedier/frp.git
conf: update
This commit is contained in:
parent
9faf4acd62
commit
659f84bab2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue