Xray-examples/All-in-One-fallbacks-Nginx/client.configs/Trojan-WS-TLS.json
Woman Life Freedom 5d6676b34c
Fixed All-in-One-fallbacks-Nginx routing (#114)
* Fixed routing issue + Add API config

* Fixed typo

* Removed shadowsocks because of similar links

* Fixed typo

---------

Co-authored-by: wlfvpn <vpn.womanlifefreedom.vip>
2023-01-27 23:17:42 -05:00

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"
}
}
}
]
}