mirror of
https://github.com/fatedier/frp.git
synced 2025-07-18 03:41:36 +07:00
new feature: load balancing for tcp proxy
This commit is contained in:
@ -86,6 +86,8 @@ type NewProxy struct {
|
||||
ProxyType string `json:"proxy_type"`
|
||||
UseEncryption bool `json:"use_encryption"`
|
||||
UseCompression bool `json:"use_compression"`
|
||||
Group string `json:"group"`
|
||||
GroupKey string `json:"group_key"`
|
||||
|
||||
// tcp and udp only
|
||||
RemotePort int `json:"remote_port"`
|
||||
|
Reference in New Issue
Block a user