mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-23 21:56:08 +03:00
23 lines
538 B
JSON
23 lines
538 B
JSON
|
{
|
||
|
"outbounds": [
|
||
|
{
|
||
|
"protocol": "trojan",
|
||
|
"settings": {
|
||
|
"servers": [
|
||
|
{
|
||
|
"address": null,
|
||
|
"port": 443,
|
||
|
"password": null
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"streamSettings": {
|
||
|
"network": "tcp",
|
||
|
"security": "tls",
|
||
|
"tlsSettings": {
|
||
|
"serverName": null
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|