Files
vps-oracle-jp/server2/xray-config.json
T
Gan, Jimmy 61d0b80386
Deploy / security (push) Successful in 30s
Deploy / lint (push) Failing after 1m26s
Deploy / deploy (push) Has been skipped
chore: change xray reality SNI from microsoft.com to apple.com (smaller cert)
2026-07-08 02:22:36 +08:00

50 lines
956 B
JSON

{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"listen": "0.0.0.0",
"port": 443,
"protocol": "vless",
"settings": {
"clients": [
{
"id": "7bb711be-47a2-4273-aa8e-45bcb6216f70",
"flow": "xtls-rprx-vision"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "tcp",
"security": "reality",
"realitySettings": {
"dest": "www.apple.com:443",
"serverNames": [
"www.apple.com"
],
"privateKey": "8L7hA2XIKkJG9H7CGUsclSqq41UkEuJ6EIH4FioUXl0",
"shortIds": [
"abcd1234"
]
}
},
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls",
"quic"
]
}
}
],
"outbounds": [
{
"protocol": "freedom",
"tag": "direct"
}
]
}