Skip to content

YOYOSH001/shaoguang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

因为v2ray 中vmess是较为广泛的协议,支持的设备也多,个人感觉没必要弄太多协议

服务端

Deploy

部署后,访问直接页面为404,但是不影响使用

客户端

"outbounds":

  "outbounds": [
    {
      "tag": "proxy",
      "protocol": "vmess",
      "settings": {
        "vnext": [
          {
            "address": "xxxx.herokuapp.com",
            "port": 443,
            "users": [
              {
                "id": "24b4b1e1-7a89-45f6-858c-242cf53b5bdc",
                "alterId": 0,
                "email": "[email protected]",
                "security": "none"
              }
            ]
          }
        ]
      },
      "streamSettings": {
        "network": "ws",
        "security": "tls",
        "tlsSettings": {
          "allowInsecure": false
        },
        "wsSettings": {
          "path": "/wowowowo"
        }
      }
    }
  ]

About

heroku 部署 v2ray 支持 vmess

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages