mirror of https://github.com/fatedier/frp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
307 B
21 lines
307 B
[common]
|
|
server_addr = 0.0.0.0
|
|
server_port = 10700
|
|
log_file = ./frpc.log
|
|
# debug, info, warn, error
|
|
log_level = debug
|
|
auth_token = 123
|
|
|
|
[echo]
|
|
type = tcp
|
|
local_ip = 127.0.0.1
|
|
local_port = 10701
|
|
use_encryption = true
|
|
use_gzip = true
|
|
|
|
[web]
|
|
type = http
|
|
local_ip = 127.0.0.1
|
|
local_port = 10702
|
|
use_gzip = true
|