mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
21 lines
307 B
INI
21 lines
307 B
INI
[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
|