mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-06 05:17:38 +03:00
Refine geosite
This commit is contained in:
parent
5991cfc072
commit
12408d60a0
27 changed files with 739 additions and 263 deletions
12
debug.go
Normal file
12
debug.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
//go:build debug
|
||||
|
||||
package sing
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
_ "net/http/pprof"
|
||||
)
|
||||
|
||||
func init() {
|
||||
go http.ListenAndServe(":8964", nil)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue