Proximac v1.1
Now fully support forcing multiple Apps to use specified SOCKS5 proxy.
Usage:
Run the following commands.
sudo chown -R root:wheel tcplognke.kext
sudo kextload tcplognke.kext
sudo ./proximac -c config.conf
Example of configuration file
Full name of process is suggested.
{
"process_name":
["Unibox", "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome", "Thunder"],
"local_port":1080,
"local_address":"127.0.0.1",
"proximac_listen_address":"127.0.0.1",
"proximac_port":8558
}