Remove old xtls

This commit is contained in:
风扇滑翔翼 2025-07-17 12:07:06 +00:00 committed by GitHub
parent 7ad5f48c20
commit d4e592b842
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 12 deletions

View File

@ -41,7 +41,7 @@
"users": [
{
"id": "", // UUID
"flow": "xtls-rprx-direct",
"flow": "xtls-rprx-vision",
"encryption": "none",
"level": 0
}
@ -51,8 +51,8 @@
},
"streamSettings": {
"network": "tcp",
"security": "xtls",
"xtlsSettings": {
"security": "tls",
"tlsSettings": {
"serverName": "reverse.example" //
}
}

View File

@ -19,7 +19,7 @@
"clients": [
{
"id": "", // UUID
"flow": "xtls-rprx-direct",
"flow": "xtls-rprx-vsion",
"level": 0,
"email": "@external"
}
@ -43,8 +43,8 @@
},
"streamSettings": {
"network": "tcp",
"security": "xtls",
"xtlsSettings": {
"security": "tls",
"tlsSettings": {
"alpn": [
"http/1.1"
],

View File

@ -30,7 +30,7 @@
"servers": [
{
"address": "example.com", // your domain name or server IP
"flow": "xtls-rprx-direct", // Linux or android can be changed to "xtls-rprx-splice"
"flow": "xtls-rprx-vision", // Linux or android can be changed to "xtls-rprx-splice"
"port": 443,
"password": "your_password" // your password
}
@ -38,8 +38,8 @@
},
"streamSettings": {
"network": "tcp",
"security": "xtls",
"xtlsSettings": {
"security": "tls",
"tlsSettings": {
"serverName": "example.com" // your domain name
}
}

View File

@ -10,7 +10,7 @@
"clients": [
{
"password":"your_password", // password
"flow": "xtls-rprx-direct"
"flow": "xtls-rprx-vison"
}
],
"fallbacks": [
@ -27,8 +27,8 @@
},
"streamSettings": {
"network": "tcp",
"security": "xtls",
"xtlsSettings": {
"security": "tls",
"tlsSettings": {
"alpn": [
"http/1.1",
"h2"