mirror of
https://github.com/fatedier/frp.git
synced 2025-07-20 04:39:26 +07:00
proxy supports configuring annotations, which will be displayed in the frps dashboard (#4000)
This commit is contained in:
@ -108,6 +108,7 @@ type NewProxy struct {
|
||||
Group string `json:"group,omitempty"`
|
||||
GroupKey string `json:"group_key,omitempty"`
|
||||
Metas map[string]string `json:"metas,omitempty"`
|
||||
Annotations map[string]string `json:"annotations,omitempty"`
|
||||
|
||||
// tcp and udp only
|
||||
RemotePort int `json:"remote_port,omitempty"`
|
||||
|
Reference in New Issue
Block a user