YtFlow / Maple

A lightweight Universal Windows proxy app based on https://github.com/eycorsican/leaf
Apache License 2.0
1.19k stars 121 forks source link

Syntax "PROCESS-NAME" in configuration file #27

Closed jiashun0011 closed 2 years ago

jiashun0011 commented 2 years ago

Hi,

I am using Mellow previously and was used to use syntax PROCESS-NAME like

PROCESS-NAME, trojan.exe, Direct
PROCESS-NAME, putty.exe, Direct

Just want to confirm whether it is supported in Maple as well.

Thanks

bdbai commented 2 years ago

PROCESS-NAME is not supported by Leaf (see https://github.com/eycorsican/leaf/issues/133).

For a UWP app, retrieving process information would be quite limited or even impossible.

jiashun0011 commented 2 years ago

PROCESS-NAME is not supported by Leaf (see eycorsican/leaf#133).

For a UWP app, retrieving process information would be quite limited or even impossible.

Good to know, thanks.