mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
support lb
This commit is contained in:
parent
490019fb51
commit
b9f062bef2
@ -69,6 +69,10 @@ use_encryption = false
|
|||||||
use_compression = false
|
use_compression = false
|
||||||
# remote port listen by frps
|
# remote port listen by frps
|
||||||
remote_port = 6001
|
remote_port = 6001
|
||||||
|
# frps will load balancing connections for proxies in same group
|
||||||
|
group = test_group
|
||||||
|
# group should have same group key
|
||||||
|
group_key = 123456
|
||||||
|
|
||||||
[ssh_random]
|
[ssh_random]
|
||||||
type = tcp
|
type = tcp
|
||||||
|
Loading…
Reference in New Issue
Block a user