2020-08-25 02:59:16 +03:00
|
|
|
{
|
|
|
|
"log": {
|
|
|
|
"loglevel": "warning"
|
|
|
|
},
|
|
|
|
"inbounds": [
|
|
|
|
{
|
|
|
|
"port": 443,
|
|
|
|
"protocol": "vless",
|
|
|
|
"settings": {
|
|
|
|
"clients": [
|
|
|
|
{
|
|
|
|
"id": null
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"decryption": "none",
|
2020-09-02 04:03:42 +03:00
|
|
|
"fallbacks": [
|
|
|
|
{
|
2020-09-07 19:36:13 +03:00
|
|
|
"dest": 8800
|
2020-09-02 04:03:42 +03:00
|
|
|
}
|
|
|
|
]
|
2020-08-25 02:59:16 +03:00
|
|
|
},
|
|
|
|
"streamSettings": {
|
|
|
|
"network": "tcp",
|
|
|
|
"security": "tls",
|
|
|
|
"tlsSettings": {
|
|
|
|
"alpn": [
|
|
|
|
"http/1.1"
|
|
|
|
],
|
|
|
|
"certificates": [
|
|
|
|
{
|
|
|
|
"certificateFile": "/usr/local/etc/v2ray/ssl/v2ray_ssl.crt",
|
|
|
|
"keyFile": "/usr/local/etc/v2ray/ssl/v2ray_ssl.key"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"outbounds": [
|
|
|
|
{
|
|
|
|
"protocol": "freedom"
|
|
|
|
}
|
|
|
|
]
|
2020-09-02 04:03:42 +03:00
|
|
|
}
|