Tealri
Decapat
- Katılım
- 19 Ekim 2022
- Mesajlar
- 6
Daha fazla
- Cinsiyet
- Erkek
config dosyanı özelden yollar mısın?
Kod:
{
"log": {
"access": "/var/log/v2ray/access.log",
"error": "/var/log/v2ray/error.log",
"loglevel": "info"
},
"inbounds": [
{
"port": 443,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "uuid",
"alterId": 0
}
]
},
"streamSettings": {
"network": "ws",
"security": "tls",
"tlsSettings": {
"certificates": [
{
"certificateFile": "/usr/local/etc/v2ray/v2ray.crt",
"keyFile": "/usr/local/etc/v2ray/v2ray.key"
}
],
"serverName": "" // Your EC2 public DNS
},
"wsSettings": {
"path": "/vmess-ws-public",
"headers": {
"Host": "web.whatsapp.com"
}
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
]
}
özelden mesaj atılamıyor ya da ben bulamadım. buyrun.