v2ray wss代理,屏蔽bt配置:
{
"inbounds": [
{
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
},
"port": 8080,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "4b8f2661-9d96-4da2-bbfe-b324fa9750e5"
}
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/f6e61b"
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"protocol": "blackhole",
"settings": {},
"tag": "block"
}
],
"routing": {
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"outboundTag": "block",
"protocol": [
"bittorrent"
]
}
]
}
}