mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-12 11:29:36 +03:00
v1.0.0
This commit is contained in:
11
main/distro/debug/debug.go
Normal file
11
main/distro/debug/debug.go
Normal file
@ -0,0 +1,11 @@
|
||||
package debug
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func init() {
|
||||
go func() {
|
||||
http.ListenAndServe(":6060", nil)
|
||||
}()
|
||||
}
|
Reference in New Issue
Block a user