Skip to content

lony2003/v2hk-origin

 
 

Repository files navigation

v2ray-heroku

推荐使用v2hk-refresh, 版本更新,速度更快(可能吧)https://github.com/fangkehou-team/v2hk-refresh

如果需要使用VMESS协议(V2ray旧版协议,clash和V2ray均支持该协议而VLESS仅V2ray支持)请暂时使用本项目(另一个不知道出什么问题了。。。。。)

部署

客户端config.json设置如下:

{
  "log": {
    "loglevel": "warning"
  },
  "inbound": {
    "port": 1080,
    "listen": "127.0.0.1",
    "protocol": "socks",
    "domainOverride": ["tls","http"],
    "settings": {
      "auth": "noauth",
      "udp": true
    }
  },
  "outbound": {
    "protocol": "vmess",
    "settings": {
      "vnext": [{
        "address": "xxxx.herokuapp.com",
        "port": 443,
        "users": [{
          "id": "6625c1aa-29be-4a78-9860-e0e721cd6ff8",
          "alterId": 64
        }]
      }]
    },
    "streamSettings": {
      "network": "ws",
      "security": "tls",
      "tlsSettings": {
        "allowInsecure": true,
        "serverName": null
      }
    },
    "mux": {
      "enabled": true,
      "concurrency": 8
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 40.5%
  • Dockerfile 36.7%
  • Starlark 19.4%
  • Makefile 3.4%