update to singbox 1.9.0 and update to warp-plus
This commit is contained in:
@@ -22,6 +22,7 @@ func String(s string) *string {
|
||||
|
||||
func (s *server) ParseConfig(ctx context.Context, in *ParseConfigRequest) (*ParseConfigResponse, error) {
|
||||
config, err := ParseConfig(in.TempPath, in.Debug)
|
||||
|
||||
if err != nil {
|
||||
return &ParseConfigResponse{Error: String(err.Error())}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user