add singbox core(just started)

This commit is contained in:
Yuzuki616
2023-07-28 09:13:11 +08:00
parent 989a9a1ba0
commit 2812b366b3
28 changed files with 1110 additions and 105 deletions

7
core/sing/debug_stub.go Normal file
View File

@@ -0,0 +1,7 @@
//go:build !linux
package sing
func rusageMaxRSS() float64 {
return -1
}