mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-23 13:46:08 +03:00
27 lines
372 B
JSON
27 lines
372 B
JSON
|
{
|
||
|
"port": 1320,
|
||
|
"listen": "127.0.0.1",
|
||
|
"protocol": "trojan",
|
||
|
"settings": {
|
||
|
"clients": [
|
||
|
{
|
||
|
"password": ""
|
||
|
}
|
||
|
],
|
||
|
"fallbacks": [
|
||
|
{
|
||
|
"dest": 80
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
|
||
|
"streamSettings": {
|
||
|
"network": "ws",
|
||
|
"security": "none",
|
||
|
"wsSettings": {
|
||
|
"acceptProxyProtocol": true,
|
||
|
"path": "/trojanws"
|
||
|
}
|
||
|
}
|
||
|
}
|