Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuan committed Aug 1, 2024
1 parent 6f0010b commit 4478c6b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# proxymanager

A tool to make managing v2ray process and network proxy (socks proxy) easy.

## Snapshots

### Configuration

![configuration](./images/proxymanager.jpg)

### System Trap Menu

![SystemTrayMenu](./images/SystemTrayMenu.jpg)

## How to use it

1. Download the v2ray release from somewhere else and unzip it to a local directory.
2. Update the configuration file `config.json` with your favorite editor.
3. Download `proxymanager` or build it by yourself.
4. Run `proxymanager`, and configure `V2ray Directory`.
5. Start `v2ray` and toggle on socks proxy on the system trap menu.

## How to build

The app is written in Go. So Go must be installed. Then run the following commands to build and package:
Expand Down
Binary file added images/SystemTrayMenu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/proxymanager.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4478c6b

Please sign in to comment.