TrojanInV2ray
{
"log": {
"loglevel": "info"
},
"inbounds": [
{
"port": 443,
"protocol": "trojan",
"settings": {
"fallbacks": [
{
"dest": 80
}
],
"clients": [
{
"password": "!@#$%^&*()"
}
]
},
"streamSettings": {
"network": "tcp",
"security": "xtls",
"xtlsSettings": {
"alpn": [
"http/1.1"
],
"certificates": [
{
"certificateFile": "/etc/letsencrypt/live/z.huhu.blue/privkey.pem",
"keyFile": "/etc/letsencrypt/live/z.huhu.blue/fullchain.pem"
}
]
}
}
}
],
"outbounds": [
{
"protocol": "freedom"
}
]
}