{
"log": {
"loglevel": "error"
},
"inbounds": [
{
"port": 80,
"listen": "sunucu_ip",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "3523d304-23ca-45a2-850d-ad3fb4ec754c"
}
]
},
"streamSettings": {
"network": "ws",
"security": "tls",
"wsSettings": {
"headers": {
"Host": "api.whatsapp.net"
},
"path": "/vmess-ws"
},
"tlsSettings": {
"serverName": "api.whatsapp.net",
"allowInsecure": true,
"certificates": [
{
"certificateFile": "/root/server.crt",
"keyFile": "/root/server.key"
}
]
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {
"domainStrategy": "UseIP"
}
},
{
"protocol": "blackhole",
"tag": "blackhole"
}
],
"routing": {
"rules": [
{
"type": "field",
"outboundTag": "blackhole",
"ip": [
"127.0.0.0/8"
]
}
]
}
}