HappyLife-page / v2ray

v2ray quick installation
GNU General Public License v3.0
61 stars 45 forks source link

你好,请问对应的客户端的配置文件该怎写呀? #2

Closed daoxunchen closed 2 years ago

HappyLife-page commented 3 years ago

手機端不方便演示,請自行搜索v2ray客戶端配置

BrandonMoo commented 3 years ago

请问

"outbounds": [
    {
      "protocol": "vmess",
      "settings": {
        "vnext": [
          {
            "address": "[1]",
            "port": [2],
            "users": [
              {
                "id": "[3]",
                "alterId": [4]
              }
            ]
          }
        ]
      },
      "streamSettings": {
        "network": "ws",
        "security": "tls",
        "wsSettings": {
          "path": "[5]"
        }
      }
    }
  ]

上面5处都配置了,还是连接不上。

HappyLife-page commented 3 years ago

客户端下载: https://github.com/2dust/v2rayN/releases/download/4.20/v2rayN-Core.zip

image image image

HappyLife-page commented 3 years ago

请问

"outbounds": [
    {
      "protocol": "vmess",
      "settings": {
        "vnext": [
          {
            "address": "[1]",
            "port": [2],
            "users": [
              {
                "id": "[3]",
                "alterId": [4]
              }
            ]
          }
        ]
      },
      "streamSettings": {
        "network": "ws",
        "security": "tls",
        "wsSettings": {
          "path": "[5]"
        }
      }
    }
  ]

上面5处都配置了,还是连接不上。

https://github.com/HappyLife-page/v2ray/issues/2#issuecomment-955123386

HappyLife-page commented 2 years ago

新版v2rayN客户端配置: image