1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-23 21:56:08 +03:00
ProxySU/TemplateConfg/v2ray/client/06_outbounds/trojan_tcp_tls.json

23 lines
538 B
JSON
Raw Normal View History

2020-11-07 16:16:17 +03:00
{
"outbounds": [
{
"protocol": "trojan",
"settings": {
"servers": [
{
"address": null,
"port": 443,
"password": null
}
]
},
"streamSettings": {
"network": "tcp",
"security": "tls",
"tlsSettings": {
"serverName": null
}
}
}
]
}