happycbbboy / v2cbb-android

适用于Android的V2Ray客户端,可以实现匿名上网,vpn,远程访问,内网穿透等;V2Ray client for Android, capable of anonymous internet access, VPN, remote access, intranet penetration, etc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v2cbb-android

适用于Android的V2Ray客户端,可以实现匿名上网,远程访问,vpn等方案

256

English | 简体中文

使用

在代理配置里面写上v2ray的config配置文件即可,只需要写outbounds和route即可

{
  "log": {
    "loglevel": "debug"
  },
  "outbounds": [
    {
      "tag": "Proxy",
      "protocol": "vmess",
      "settings": {
        "vnext": [
          {
            "address": "xxxxxxxxxxx",
            "port": 443,
            "users": [
              {
                "id": "xxxxxx"
              }
            ]
          }
        ]
      },
      "streamSettings": {
        "network": "tcp",
        "security": "tls",
        "tlsSettings": {
          "serverName": "127.0.0.1",
          "allowInsecure": true,
    "allowInsecureCiphers": false,
    "disableSystemRoot": true
        }
      }
    },
    {
      "protocol": "freedom",
      "settings": {},
      "tag": "Direct"
    }
  ],
  "routing": {
    "rules": [
      {
        "type": "field",
        "outboundTag": "Proxy",
        "ip": [
          "0.0.0.0/0"
        ]
      }
    ]
  }
}

下载

下载页面

未来计划

  • 导入流量策略:配置页面优化
  • 导入流量策略:支持二维码导入,粘贴板导入,url导入
  • 广告过滤:根据域名、ip、url过滤广告
  • 抓包:通过的流量我们实现抓包并呈现在页面上
  • 日志:可以把日志显示到页面,导出,以便协助排查
  • ios支持
  • macos支持
  • windows支持

免责声明

使用此程序请遵守当地的法律法规,禁止滥用、恶意使用,触犯法律所造成的问题均由使用者承担。

合作

您可以通过 happycbbboy@gmail.com 邮箱和我们联系

支持

我是 happycbbboy 一直利用业余时间做vpn客户端和服务端

如果您想支持我,可以在buymeacoffee捐助我,您的任何一点捐助都是对我莫大的支持

buymeacoffee是一个将开发人员、设计师、艺术家等与其社区联系起来的网站,以便人们表达对他们工作的赞赏。

License

The MIT License (MIT)

Star History

Star History Chart

About

适用于Android的V2Ray客户端,可以实现匿名上网,vpn,远程访问,内网穿透等;V2Ray client for Android, capable of anonymous internet access, VPN, remote access, intranet penetration, etc

License:MIT License


Languages

Language:Java 100.0%