mirror of
https://github.com/fatedier/frp.git
synced 2024-11-15 12:34:29 +01:00
16 lines
258 B
INI
16 lines
258 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_ip = 127.0.0.1
|
|
local_port = 22
|