update xray-core 1.8.23

This commit is contained in:
wyx2685
2024-07-30 01:28:39 +09:00
parent 29a99985c8
commit 9e8f87740e
6 changed files with 7 additions and 22 deletions

View File

@@ -1,16 +1,9 @@
package main
import (
//"net/http"
//_ "net/http/pprof"
"github.com/InazumaV/V2bX/cmd"
)
func main() {
//内存泄漏排查
//go func() {
// http.ListenAndServe("127.0.0.1:6060", nil)
//}()
cmd.Run()
}