mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-23 21:56:08 +03:00
32 lines
831 B
JSON
32 lines
831 B
JSON
|
{
|
||
|
"outbounds": [
|
||
|
{
|
||
|
"protocol": "vmess",
|
||
|
"settings": {
|
||
|
"vnext": [
|
||
|
{
|
||
|
"address": null,
|
||
|
"port": null,
|
||
|
"users": [
|
||
|
{
|
||
|
"id": null,
|
||
|
"alterId": 0,
|
||
|
"security": "none"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"streamSettings": {
|
||
|
"network": "h2",
|
||
|
"security": "tls",
|
||
|
"httpSettings": {
|
||
|
"path": null,
|
||
|
"host": [
|
||
|
""
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|