49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"log":{
|
|
"access": "/var/log/v2ray/access.log",
|
|
"error": "/var/log/v2ray/error.log",
|
|
"loglevel": "warning"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"port": 443,
|
|
"protocol": "vless",
|
|
"settings": {
|
|
"clients": [
|
|
{
|
|
"id": "$V2rayUUID",
|
|
"flow": "xtls-rprx-direct",
|
|
"level": 0,
|
|
"email": "woshinibaba@cc.cc"
|
|
}
|
|
],
|
|
"decryption": "none",
|
|
"fallbacks": [
|
|
{
|
|
"dest": "www.baidu.com:443"
|
|
}
|
|
]
|
|
},
|
|
"streamSettings": {
|
|
"network": "tcp",
|
|
"security": "xtls",
|
|
"xtlsSettings": {
|
|
"alpn": [
|
|
"http/1.1"
|
|
],
|
|
"certificates": [
|
|
{
|
|
"certificateFile": "/usr/local/etc/v2ray/cert/$DomainName.pem",
|
|
"keyFile": "/usr/local/etc/v2ray/cert/$DomainName.key"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"protocol": "freedom"
|
|
}
|
|
]
|
|
} |