All Projects → Buzz2d0 → v2hreo

Buzz2d0 / v2hreo

Licence: GPL-3.0 license
Swift 联动 CGO 开发的 V2ray MacOS 菜单栏应用 ⚡️

Programming Languages

go
31211 projects - #10 most used programming language
swift
15916 projects
Makefile
30231 projects

Projects that are alternatives of or similar to v2hreo

ACRay
AnyConnect With V2Ray
Stars: ✭ 29 (+61.11%)
Mutual labels:  v2ray
mu-one
mu bundle
Stars: ✭ 22 (+22.22%)
Mutual labels:  v2ray
plan b
swrt helloworld ShadowSocksR Plus 科学上网, api1.5
Stars: ✭ 189 (+950%)
Mutual labels:  v2ray
Qv2ray
A cross platform connection manager for V2Ray and other backends.
Stars: ✭ 679 (+3672.22%)
Mutual labels:  v2ray
Aurum
A cross-platform library for manipulating v2ray written in F#. A separate frontend GUI project can be found here: https://github.com/Shadowsocks-NET/Aurum.Micro
Stars: ✭ 20 (+11.11%)
Mutual labels:  v2ray
v2ray-free
Fuck gfw,免费翻墙,每天更新
Stars: ✭ 221 (+1127.78%)
Mutual labels:  v2ray
SubCrawler
节点爬取,筛选, google ping,支持Clash,base64订阅解析,生成可用的ss, ssr, v2ray, trojan,vless节点. (若不进行二次开发,请不要fork)
Stars: ✭ 686 (+3711.11%)
Mutual labels:  v2ray
auto-v2ray-ssr
VPS上一键部署SSR、v2ray、trojan、bbr脚本,还提供客户端。
Stars: ✭ 17 (-5.56%)
Mutual labels:  v2ray
v2ray.vpn
V2free for android, a V2ray and Shadowsocks client with many builtin free servers.
Stars: ✭ 277 (+1438.89%)
Mutual labels:  v2ray
AutoScriptVPS
VPN AutoScript
Stars: ✭ 59 (+227.78%)
Mutual labels:  v2ray
R2S
基于 RubikWrt 的 NanoPi R2S 固件,每日自动更新插件和内核
Stars: ✭ 96 (+433.33%)
Mutual labels:  v2ray
ssr-decode
一个解析Shadowsocks/ShadowsocksR/V2Ray订阅链接(http/ss/ssr/vmess)并生成json配置文件的百行shell小脚本
Stars: ✭ 53 (+194.44%)
Mutual labels:  v2ray
Free-Node-Merge
合并网络上的免费节点 | Merge Free ss, ssr, v2ray nodes
Stars: ✭ 154 (+755.56%)
Mutual labels:  v2ray
V2Switcher
极简V2Ray配置切换器,拯救多线用户
Stars: ✭ 24 (+33.33%)
Mutual labels:  v2ray
Free-Node-Merge
自动合并 ss ssr trojan vmess vless 等免费节点链接,科学上网,定阅免费机场。有资源网址,请加Telegram群:opmhth
Stars: ✭ 346 (+1822.22%)
Mutual labels:  v2ray
v2ray-deb
v2ray debian/ubuntu安装包
Stars: ✭ 143 (+694.44%)
Mutual labels:  v2ray
mian-fan-qiang
各大机场免翻墙地址搜集,不定期更新。欢迎收藏,转发。
Stars: ✭ 361 (+1905.56%)
Mutual labels:  v2ray
overthefirewall
覆盖全平台完全免费节点订阅机场推荐破解VPN软件分享
Stars: ✭ 1,042 (+5688.89%)
Mutual labels:  v2ray
v2ray-tls-websocket-nginx
🌎The ULTIMATE V2Ray proxy configuration powered by Project V.
Stars: ✭ 29 (+61.11%)
Mutual labels:  v2ray
go-tun2socks-build
tun2socks with v2ray & xray support for Android
Stars: ✭ 147 (+716.67%)
Mutual labels:  v2ray

v2hreo

v2hreo

Swift 联动 CGO 开发的 V2ray MacOS 菜单栏应用。


支持的功能:

  • 默认配置: socks://127.0.0.1:1080 目前还不支持修改
  • 订阅地址: vmess://* 或者 http://*(返回也的是vmess://)
  • 服务器选择:
    • Load: 从订阅地址获取服务器列表
    • Ping: 获取连接服务器延迟
    • 下拉选择代理的服务器

预览

Tips

自己创建项目时需要注意:

  1. 编译 go 代码:CGO_ENABLED=1 go build --buildmode=c-archive -o libdemo.a demo.go
  2. 在 Swift 项目$(SRCROOT)目录下创建 module.modulemap 文件:
    module Demo {
        header "libdemo.h"
        link "demo"
        export *
    }
    
    具体请查看文档
  3. 为 Swift 项目设置 modulemap:在 Xcode 中将 LIBRARY_SEARCH_PATHSSWIFT_INCLUDE_PATHS 的值修改为:$(SRCROOT)

Thx

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].