Skip to content

Proximac v1.1

Compare
Choose a tag to compare
@csujedihy csujedihy released this 15 May 06:35
· 43 commits to master since this release

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
}