Xray-examples/All-in-One-fallbacks-Nginx/client.configs/Trojan-WS-TLS.json

41 lines
711 B
JSON

{
"log": {
"loglevel": "debug"
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": "1080",
"protocol": "socks",
"settings": {
"udp": true
}
}
],
"outbounds": [
{
"protocol": "trojan",
"settings": {
"servers": [
{
"address": "example.com",
"port": 443,
"password": "desdemona99"
}
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/trojanws?ed=2048"
},
"security": "tls",
"tlsSettings": {
"allowInsecure": false,
"fingerprint": "chrome"
}
}
}
]
}