show proxy detail

This commit is contained in:
杨黄林
2023-09-10 01:02:43 +08:00
parent f7ccc9c386
commit 134069df34
8 changed files with 413 additions and 64 deletions

View File

@@ -667,6 +667,7 @@ func (c *HandleController) MakeProxyFunc() func(context *gin.Context) {
res.Code = FrpServerError
res.Success = false
res.Message = err.Error()
log.Print(err)
context.JSON(http.StatusOK, &res)
return
}