Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add x-ignore-node field, avoid destroying the custom outbound vless config #74

Merged
merged 1 commit into from
Feb 2, 2025

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