In one of my games I usually want to open multiple windows at a time, so it’s like several processes with same process name launched from a single .exe file.
However I don’t need them all being routed through vpn nodes.
I’ve tried routing setting by process name and it worked fine, but there doesn’t seem to be more fine-grained per-process option which allows me to only route the traffic for certain window(s).
I wonder if there’s a way to dynamically specify certain process, maybe by process ID?