diff --git a/v2ray/etc/config.json b/v2ray/etc/config.json index fc5bb73..fc0085e 100644 --- a/v2ray/etc/config.json +++ b/v2ray/etc/config.json @@ -121,6 +121,12 @@ "domain": ["geosite:cn"], "outboundTag": "direct" }, + { + // Bypass all BT steams. + "type": "field", + "protocol":["bittorrent"], + "outboundTag": "direct" + }, { // Blocks major ads. "type": "field", diff --git a/v2ray/etc/config.json.template b/v2ray/etc/config.json.template index fc5bb73..fc0085e 100644 --- a/v2ray/etc/config.json.template +++ b/v2ray/etc/config.json.template @@ -121,6 +121,12 @@ "domain": ["geosite:cn"], "outboundTag": "direct" }, + { + // Bypass all BT steams. + "type": "field", + "protocol":["bittorrent"], + "outboundTag": "direct" + }, { // Blocks major ads. "type": "field",