mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-23 13:46:08 +03:00
31 lines
811 B
JSON
31 lines
811 B
JSON
|
{
|
||
|
"outbounds": [
|
||
|
{
|
||
|
"protocol": "vmess",
|
||
|
"settings": {
|
||
|
"vnext": [
|
||
|
{
|
||
|
"address": null,
|
||
|
"port": null,
|
||
|
"users": [
|
||
|
{
|
||
|
"id": null,
|
||
|
"alterId": 16
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"streamSettings": {
|
||
|
"network": "quic",
|
||
|
"quicSettings": {
|
||
|
"security": "chacha20-poly1305",
|
||
|
"key": null,
|
||
|
"header": {
|
||
|
"type": null
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|