Skip to content

VMess to VLESS #62

Open
Open
@ghost

Description

Hi I have a website with the following server side configuration already working:
CDN -> Apache Web Server (reverse proxy) -> V2Ray Docker Container (port forwarding) -> V2ray with VMess protocol.

I want to try out VLESS. How should I modify my VMess conf file to make it work?

I've look through all the examples, they are not really helpful in my case. They all sort of exposing VLESS directly in the front, which is not my use case. I am particularly confused with the "fallback" setting in my situation.

{
  "inbounds": [
    {
      "port": 1087,
      "protocol": "vmess", 
      "settings": {
        "clients": [
          {
            "id": "",
            "alterId": 128
          }
        ]
      },
      "streamSettings": {
        "network": "ws",
        "wsSettings": {
        "path": "/my_masked_path"
        }
      }
    }
  ],
  "outbounds": [
    {
      "protocol": "freedom",
      "settings": {}
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions