mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-25 14:46:08 +03:00
25 lines
348 B
JSON
25 lines
348 B
JSON
|
{
|
||
|
"port": 1310,
|
||
|
"listen": "127.0.0.1",
|
||
|
"protocol": "trojan",
|
||
|
"settings": {
|
||
|
"clients": [
|
||
|
{
|
||
|
"password": ""
|
||
|
}
|
||
|
],
|
||
|
"fallbacks": [
|
||
|
{
|
||
|
"dest": 8080
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"streamSettings": {
|
||
|
"network": "tcp",
|
||
|
"security": "none",
|
||
|
"tcpSettings": {
|
||
|
"acceptProxyProtocol": true
|
||
|
}
|
||
|
}
|
||
|
}
|