Files
shell-scripts/功能脚本/v2ray_vless-xtls-tcp.json
2023-05-15 16:49:09 +08:00

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"
}
]
}