mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
24 lines
399 B
INI
24 lines
399 B
INI
[common]
|
|
server_addr = 0.0.0.0
|
|
server_port = 10700
|
|
log_file = ./frpc.log
|
|
# debug, info, warn, error
|
|
log_level = debug
|
|
privilege_token = 123456
|
|
|
|
[echo]
|
|
type = tcp
|
|
local_ip = 127.0.0.1
|
|
local_port = 10701
|
|
remote_port = 10711
|
|
use_encryption = true
|
|
use_compression = true
|
|
|
|
[web]
|
|
type = http
|
|
local_ip = 127.0.0.1
|
|
local_port = 10702
|
|
use_encryption = true
|
|
use_compression = true
|
|
custom_domains = 127.0.0.1
|