mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Add debug http server
This commit is contained in:
parent
98c2c439aa
commit
e056d4502b
7 changed files with 73 additions and 49 deletions
7
debug_stub.go
Normal file
7
debug_stub.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
//go:build !linux
|
||||
|
||||
package box
|
||||
|
||||
func rusageMaxRSS() float64 {
|
||||
return -1
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue