mirror of
https://github.com/fatedier/frp.git
synced 2025-07-28 13:50:31 +07:00
support http load balancing
This commit is contained in:
@ -23,4 +23,5 @@ var (
|
||||
ErrGroupParamsInvalid = errors.New("group params invalid")
|
||||
ErrListenerClosed = errors.New("group listener closed")
|
||||
ErrGroupDifferentPort = errors.New("group should have same remote port")
|
||||
ErrProxyRepeated = errors.New("group proxy repeated")
|
||||
)
|
||||
|
Reference in New Issue
Block a user