mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-22 21:26:09 +03:00
38 lines
484 B
JSON
38 lines
484 B
JSON
{
|
|
"inbounds": [
|
|
{
|
|
"port": 10000,
|
|
"listen": "127.0.0.1",
|
|
"protocol": "vmess",
|
|
"settings": {
|
|
"clients": [
|
|
{
|
|
"id": null,
|
|
"alterId": 64
|
|
}
|
|
]
|
|
},
|
|
"streamSettings": {
|
|
"network": "h2",
|
|
"security": "tls",
|
|
"httpSettings": {
|
|
"path": null,
|
|
"host": [
|
|
""
|
|
]
|
|
},
|
|
"tlsSettings": {
|
|
"certificates": [
|
|
{}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"protocol": "freedom",
|
|
"settings": {}
|
|
}
|
|
]
|
|
} |