feat: add param general.enable-process, it will always find process or uid, default value is false

This commit is contained in:
Skyxim
2022-06-14 23:08:07 +08:00
parent be298cfa16
commit 2e6bdc5636
3 changed files with 11 additions and 5 deletions

View File

@ -266,7 +266,7 @@ func UnmarshalRawConfig(buf []byte) (*RawConfig, error) {
Proxy: []map[string]any{},
ProxyGroup: []map[string]any{},
TCPConcurrent: false,
EnableProcess: true,
EnableProcess: false,
Tun: RawTun{
Enable: false,
Device: "",