Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计
Go to file
2019-04-12 11:07:37 +08:00
.gitignore Implement selection. 2019-04-11 23:33:36 +08:00
confedit.cpp Implement selection. 2019-04-11 23:33:36 +08:00
confedit.h Implement selection. 2019-04-11 23:33:36 +08:00
confedit.ui Init. 2019-04-10 23:30:52 +08:00
Hv2ray.pro Init. 2019-04-10 23:30:52 +08:00
importconf.cpp Show table 2019-04-11 15:22:41 +08:00
importconf.h Show table 2019-04-11 15:22:41 +08:00
importconf.ui Init. 2019-04-10 23:30:52 +08:00
LICENSE Initial commit 2019-04-10 23:32:49 +08:00
main.cpp Implement selection. 2019-04-11 23:33:36 +08:00
mainwindow.cpp Basic functionality. 2019-04-12 11:00:03 +08:00
mainwindow.h Basic functionality. 2019-04-12 11:00:03 +08:00
mainwindow.ui Show table 2019-04-11 15:22:41 +08:00
README.md Create README 2019-04-12 11:07:37 +08:00
vinteract.cpp Basic functionality. 2019-04-12 11:00:03 +08:00
vinteract.h Basic functionality. 2019-04-12 11:00:03 +08:00

Hv2ray

An linux GUI tool for v2ray based on QT.

Dependencies

QT

Compile

cd Hv2ray
qmake
make