mirror of
https://github.com/fatedier/frp.git
synced 2025-08-02 03:59:03 +00: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