mihomo/component/process
gVisor bot 4a0413a33d fix #322: add option general.find-process-mode, user can turn off findProcess feature in router
findProcess slow down connection due to repeat call to FindProcessName in router environment
this option has 3 values: always, strict, off
- always, equal to enable-process: true. Just try to merge all process related option into one
- strict, as default value, behavior remains unchanged
- off, turn off findProcess, useful in router environment
2023-01-09 19:48:39 +08:00
..
find_process_mode.go fix #322: add option general.find-process-mode, user can turn off findProcess feature in router 2023-01-09 19:48:39 +08:00
process_darwin.go Merge branch 'dev' of https://github.com/Dreamacro/clash into Alpha 2022-11-12 20:43:48 +08:00
process_freebsd_amd64.go fix: build error 2022-11-12 20:59:29 +08:00
process_linux.go chore: Android version supports child processes following the main process rules 2022-12-11 18:24:55 +08:00
process_other.go fix: build error 2022-11-12 20:59:29 +08:00
process_windows.go Merge branch 'dev' of https://github.com/Dreamacro/clash into Alpha 2022-11-12 20:43:48 +08:00
process.go Merge branch 'dev' of https://github.com/Dreamacro/clash into Alpha 2022-11-12 20:43:48 +08:00