A simple tool to make managing v2ray process and network proxy (socks proxy) easy.
The app is written in Go. So Go must be installed. Then run the following commands to build and package:
make install-deps
make package
The packaged proxmanager
is under proxymanager.app
.
You can build the app on your own machine, or download proxymanager.app
from Github Actions' artifacts or Github Releases. As the package doesn't have valid signature, so the executable proxymanager
must be manually granted with execution permission as below:
chmod +x proxymanager.app/Contents/MacOS/proxymanager
Follow the steps below to run the app.
- Download the v2ray release from somewhere else and unzip it to a local directory.
- Update the configuration file
config.json
with your favorite editor. - Move
proxymanager.app
to/Applications
directory. - Run
proxymanager
, and configureV2ray Directory
. - Start
v2ray
and toggle on socks proxy on the system trap menu.
The persisted configuration and logs are under ~/.proxymanager/
directory.