xhttp + reality

This commit is contained in:
2026-05-19 22:37:39 +08:00
parent 15496563cc
commit 0c4339d563
3 changed files with 21 additions and 6 deletions
+12 -2
View File
@@ -5,7 +5,7 @@
"inbounds": [
{
"listen": "0.0.0.0",
"port": 8080,
"port": 443,
"protocol": "vless",
"settings": {
"clients": [
@@ -23,7 +23,17 @@
"mode": "auto",
"path": "/trapdoor"
},
"security": "none"
"security": "reality",
"realitySettings": {
"target": "nginx:443",
"serverNames": [
"nginx"
],
"privateKey": "6ATHL0mR5r1oKUwPxcAifxGH9yLSNP-8bbY6QOL643I",
"shortIds": [
"01"
]
}
}
}
],