mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-05 04:47:37 +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,6 +7,7 @@ import (
|
|||
)
|
||||
|
||||
type DebugOptions struct {
|
||||
Listen string `json:"listen,omitempty"`
|
||||
GCPercent *int `json:"gc_percent,omitempty"`
|
||||
MaxStack *int `json:"max_stack,omitempty"`
|
||||
MaxThreads *int `json:"max_threads,omitempty"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue