first-commit

This commit is contained in:
zeaslity
2023-05-15 16:49:09 +08:00
commit 06cba6ca3c
816 changed files with 157018 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
{
"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"
}
]
}