mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-13 21:54:13 +08:00
添加保存配置和重载配置,测试出站连接api
This commit is contained in:
parent
d512411b96
commit
37e79c319e
@ -93,6 +93,7 @@ type RawDefaultDNSRule struct {
|
||||
ProcessName badoption.Listable[string] `json:"process_name,omitempty"`
|
||||
ProcessPath badoption.Listable[string] `json:"process_path,omitempty"`
|
||||
ProcessPathRegex badoption.Listable[string] `json:"process_path_regex,omitempty"`
|
||||
ProcessPID badoption.Listable[uint32] `json:"process_pid,omitempty"`
|
||||
PackageName badoption.Listable[string] `json:"package_name,omitempty"`
|
||||
User badoption.Listable[string] `json:"user,omitempty"`
|
||||
UserID badoption.Listable[int32] `json:"user_id,omitempty"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user