fix: xray core start multiinstance, add use xray core only

This commit is contained in:
Hiddify
2024-08-06 16:13:23 -04:00
parent 3862808cdb
commit b389963aa8
4 changed files with 7 additions and 8 deletions

View File

@@ -175,7 +175,7 @@ func Parse(in *pb.ParseRequest) (*pb.ParseResponse, error) {
}
config, err := config.ParseConfigContent(content, true, nil, false)
config, err := config.ParseConfigContent(content, true, configOptions, false)
if err != nil {
return &pb.ParseResponse{
ResponseCode: pb.ResponseCode_FAILED,