From c287e57780094411ab4dd687c866a15e9f151777 Mon Sep 17 00:00:00 2001 From: Whale Choi Date: Sun, 29 Mar 2020 17:44:58 +0800 Subject: [PATCH] [v1.0.9] Bypass all BT steams. --- v2ray/etc/config.json | 6 ++++++ v2ray/etc/config.json.template | 6 ++++++ 2 files changed, 12 insertions(+) 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",