mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-10 02:53:11 +00:00
41 lines
711 B
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": "grpc",
|
||
|
"grpcSettings": {
|
||
|
"serviceName": "trgrpc"
|
||
|
},
|
||
|
"security": "tls",
|
||
|
"tlsSettings": {
|
||
|
"allowInsecure": false,
|
||
|
"fingerprint": "chrome"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|