mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-23 13:46:08 +03:00
22 lines
330 B
JSON
22 lines
330 B
JSON
|
{
|
||
|
"port": 1234,
|
||
|
"listen": "127.0.0.1",
|
||
|
"protocol": "vless",
|
||
|
"settings": {
|
||
|
"clients": [
|
||
|
{
|
||
|
"id": ""
|
||
|
}
|
||
|
],
|
||
|
"decryption": "none"
|
||
|
},
|
||
|
"streamSettings": {
|
||
|
"network": "ws",
|
||
|
"security": "none",
|
||
|
"wsSettings": {
|
||
|
"acceptProxyProtocol": true,
|
||
|
"path": "/websocket"
|
||
|
}
|
||
|
}
|
||
|
}
|