mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-07-18 06:56:04 +08:00
Remove old xtls
This commit is contained in:
parent
7ad5f48c20
commit
d4e592b842
@ -41,7 +41,7 @@
|
|||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"id": "", // 填写你的 UUID
|
"id": "", // 填写你的 UUID
|
||||||
"flow": "xtls-rprx-direct",
|
"flow": "xtls-rprx-vision",
|
||||||
"encryption": "none",
|
"encryption": "none",
|
||||||
"level": 0
|
"level": 0
|
||||||
}
|
}
|
||||||
@ -51,8 +51,8 @@
|
|||||||
},
|
},
|
||||||
"streamSettings": {
|
"streamSettings": {
|
||||||
"network": "tcp",
|
"network": "tcp",
|
||||||
"security": "xtls",
|
"security": "tls",
|
||||||
"xtlsSettings": {
|
"tlsSettings": {
|
||||||
"serverName": "reverse.example" // 换成你的域名
|
"serverName": "reverse.example" // 换成你的域名
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
"clients": [
|
"clients": [
|
||||||
{
|
{
|
||||||
"id": "", //填写你的 UUID
|
"id": "", //填写你的 UUID
|
||||||
"flow": "xtls-rprx-direct",
|
"flow": "xtls-rprx-vsion",
|
||||||
"level": 0,
|
"level": 0,
|
||||||
"email": "@external"
|
"email": "@external"
|
||||||
}
|
}
|
||||||
@ -43,8 +43,8 @@
|
|||||||
},
|
},
|
||||||
"streamSettings": {
|
"streamSettings": {
|
||||||
"network": "tcp",
|
"network": "tcp",
|
||||||
"security": "xtls",
|
"security": "tls",
|
||||||
"xtlsSettings": {
|
"tlsSettings": {
|
||||||
"alpn": [
|
"alpn": [
|
||||||
"http/1.1"
|
"http/1.1"
|
||||||
],
|
],
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"address": "example.com", // your domain name or server IP
|
"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,
|
"port": 443,
|
||||||
"password": "your_password" // your password
|
"password": "your_password" // your password
|
||||||
}
|
}
|
||||||
@ -38,8 +38,8 @@
|
|||||||
},
|
},
|
||||||
"streamSettings": {
|
"streamSettings": {
|
||||||
"network": "tcp",
|
"network": "tcp",
|
||||||
"security": "xtls",
|
"security": "tls",
|
||||||
"xtlsSettings": {
|
"tlsSettings": {
|
||||||
"serverName": "example.com" // your domain name
|
"serverName": "example.com" // your domain name
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
"clients": [
|
"clients": [
|
||||||
{
|
{
|
||||||
"password":"your_password", // password
|
"password":"your_password", // password
|
||||||
"flow": "xtls-rprx-direct"
|
"flow": "xtls-rprx-vison"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"fallbacks": [
|
"fallbacks": [
|
||||||
@ -27,8 +27,8 @@
|
|||||||
},
|
},
|
||||||
"streamSettings": {
|
"streamSettings": {
|
||||||
"network": "tcp",
|
"network": "tcp",
|
||||||
"security": "xtls",
|
"security": "tls",
|
||||||
"xtlsSettings": {
|
"tlsSettings": {
|
||||||
"alpn": [
|
"alpn": [
|
||||||
"http/1.1",
|
"http/1.1",
|
||||||
"h2"
|
"h2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user