mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
16 lines
250 B
INI
16 lines
250 B
INI
# common是必须的section
|
|
[common]
|
|
bind_addr = 0.0.0.0
|
|
bind_port = 7000
|
|
log_file = ./frps.log
|
|
# debug, info, warn, error
|
|
log_level = info
|
|
# file, console
|
|
log_way = file
|
|
|
|
# test1即为name
|
|
[test1]
|
|
passwd = 123
|
|
bind_addr = 0.0.0.0
|
|
listen_port = 6000
|