mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-22 21:26:09 +03:00
34 lines
513 B
JSON
34 lines
513 B
JSON
{
|
|
"inbounds": [
|
|
{
|
|
"port": null,
|
|
"protocol": "vmess",
|
|
"settings": {
|
|
"clients": [
|
|
{
|
|
"id": null,
|
|
"alterId": 64
|
|
}
|
|
]
|
|
},
|
|
"streamSettings": {
|
|
"security": "tls",
|
|
"tlsSettings": {
|
|
"certificates": [
|
|
{
|
|
"certificateFile": "/usr/local/etc/v2ray/ssl/v2ray_ssl.crt",
|
|
"keyFile": "/usr/local/etc/v2ray/ssl/v2ray_ssl.key"
|
|
}
|
|
]
|
|
},
|
|
"network": "tcp"
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"protocol": "freedom",
|
|
"settings": {}
|
|
}
|
|
]
|
|
} |