Skip to content

Conversation

tzmax
Copy link
Owner

@tzmax tzmax commented Feb 2, 2025

Due to the destructive update of the configuration field in the large version of Xray core, it is currently recommended to refer to https://github.com/tzmax/V2RayXS?Tab=readme-ov-file#other-protocols-supported Update Xray-core v24.9.7 and above versions, and add x-ignore-node when configuring the new VLESS to ignore the damage of the configuration file by V2RayXS.

Example Configuration:

{
	"tag": "new_vless_xhttp",
	"x-ignore-node": true,
	"protocol": "vless",
	"settings": {
		"vnext": [
			{
				"address": "example.com",
				"port": 443,
				"users": [
					{
						"id": ""
					}
				]
			}
		]
	},
	"streamSettings": {
		"network": "xhttp",
		"security": "tls",
		"tlsSettings": {
			"alpn": ["h3"]
		}
		// ……
	}
}

Since it takes a lot of work and time to adapt to the new version, this temporary transition plan will last for a period of time. Thank you for your understanding.

@tzmax tzmax merged commit 017f0c0 into master Feb 2, 2025
@tzmax tzmax deleted the feat_add_outbound_field branch February 2, 2025 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant