quicysver / v2ray-heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v2ray-heroku

部署

客户端config.json设置如下:

{
  "log": {
    "loglevel": "warning"
  },
  "inbound": {
    "port": 1080,
    "listen": "127.0.0.1",
    "protocol": "socks",
    "domainOverride": ["tls","http"],
    "settings": {
      "auth": "noauth",
      "udp": false
    }
  },
  "outbound": {
    "protocol": "vmess",
    "settings": {
        "vnext": [ 
          {
                "address": "xxxx.herokuapp.com",
                "port": 443,
                "users": [
                  {
                   "id": "b831381d-6324-4d53-ad4f-8cda48b30811",
                   "alterId": 64
                  }
                ]
          }
        ]
    },
    "streamSettings": {
        "network": "ws",
        "security": "tls"
    }
  }
}

About


Languages

Language:Go 89.0%Language:Dockerfile 6.9%Language:Makefile 4.0%