mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
4dc96f41c9
if login_fail_exit is false, when frpc first login to server failed, it will continues relogin to server every 30 seconds.
10 lines
126 B
INI
10 lines
126 B
INI
[common]
|
|
server_addr = 127.0.0.1
|
|
server_port = 7000
|
|
|
|
[ssh]
|
|
type = tcp
|
|
local_ip = 127.0.0.1
|
|
local_port = 22
|
|
remote_port = 6000
|