Skip to content

想要一份 VLESS-TLS-HTTPUPGRADE 的配置文件 #96

Open
@moosetk

Description

@moosetk

我自己试了一下配置 outbound 但不成功,谁指点我一下

{
	"protocol": "vless",
	"settings": {
		"vnext": [
			{
				"address": "example.com",
				"port": 443,
				"users": [
					{
						"encryption": "none",
						"id": "uuid"
					}
				]
			}
		]
	},
	"streamSettings": {
		"transport": "httpupgrade",
		"transportSettings": {
			"path": "/path",
			"host": "example.com"
		},
		"security": "tls",
		"tlsSettings": {
			"serverName": "example.com"
		}
	},
	"tag": "proxy"
}

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