mirror of
https://github.com/fatedier/frp.git
synced 2025-07-18 11:50:45 +07:00
feat: support sudp proxy (#1730)
This commit is contained in:
@ -71,6 +71,11 @@ func GetProxyStatus(statusAddr string, user string, passwd string, name string)
|
||||
return &s, nil
|
||||
}
|
||||
}
|
||||
for _, s := range allStatus.Sudp {
|
||||
if s.Name == name {
|
||||
return &s, nil
|
||||
}
|
||||
}
|
||||
|
||||
return status, errors.New("no proxy status found")
|
||||
}
|
||||
|
Reference in New Issue
Block a user