mirror of
https://github.com/fatedier/frp.git
synced 2025-01-22 17:42:09 +00:00
17 lines
306 B
INI
17 lines
306 B
INI
# common是必须的section
|
|
[common]
|
|
server_addr = 127.0.0.1
|
|
bind_port = 7000
|
|
log_file = ./frpc.log
|
|
# debug, info, warn, error
|
|
log_level = info
|
|
# file, console
|
|
log_way = console
|
|
# 心跳检测时间间隔,单位秒,默认为2
|
|
heartbeat_interval = 2
|
|
|
|
# test1即为name
|
|
[test1]
|
|
passwd = 123
|
|
local_port = 22
|