mirror of
https://github.com/fatedier/frp.git
synced 2025-01-05 13:08:59 +07:00
15 lines
237 B
INI
15 lines
237 B
INI
# common是必须的section
|
|
[common]
|
|
server_addr = 127.0.0.1
|
|
server_port = 7000
|
|
log_file = ./frpc.log
|
|
# debug, info, warn, error
|
|
log_level = debug
|
|
# file, console
|
|
log_way = console
|
|
|
|
# test1即为name
|
|
[test1]
|
|
passwd = 123
|
|
local_port = 22
|