Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计
Go to file
2019-05-08 22:56:20 +08:00
src Fixs and preferences. 2019-05-08 22:56:20 +08:00
.gitignore Move build files to 'build' folder 2019-04-20 10:11:32 +08:00
Himeki.ico Bug fix and add systemtray. 2019-04-17 21:16:07 +08:00
Hv2ray.pro Fixs and preferences. 2019-05-08 22:56:20 +08:00
LICENSE Initial commit 2019-04-10 23:32:49 +08:00
README.md Move build files to 'build' folder 2019-04-20 10:11:32 +08:00
vmess2json.py Fix some bugs. 2019-04-17 08:49:12 +08:00

Hv2ray

An linux GUI tool for v2ray based on Qt.

Dependencies

  • Qt >= 4
  • python3 (Required if you need vmess2json.py)

Compile

git clone https://github.com/aliyuchang33/Hv2ray && cd Hv2ray
mkdir build && cd ./build
qmake ../
make

License

License: GPL v3