如何不代理特定的流量
#2517
-
因爲一些需求,必須打開Tun代理。但Tun模式又會代理qBittorrent裏和Tracker的流量以及Bittorrent傳輸所用流量。有什麼辦法能不代理與Tracker服務器的流量及Bittorrent傳輸的流量? |
Beta Was this translation helpful? Give feedback.
Answered by
wyf9
Jan 10, 2025
Replies: 2 comments 3 replies
-
请问一下你知道你的 Bittorrent 连接到哪些目标端口吗? # 其他配置
rules:
# 其他规则
- DST-PORT,6881-6999 如果你的 Clash 能探测到发起连接的进程名,可以尝试下面的配置: # 其他配置
rules:
# 其他规则
- PROCESS-NAME,BitComet
- PROCESS-NAME,Thunder
- PROCESS-NAME,ThunderVIP
- PROCESS-NAME,Transmission
- PROCESS-NAME,WebTorrent
- PROCESS-NAME,WebTorrentHelper
- PROCESS-NAME,amuled
- PROCESS-NAME,aria2c
- PROCESS-NAME,fdm
- PROCESS-NAME,qBittorrent
- PROCESS-NAME,qbittorrent*
- PROCESS-NAME,qbittorrent-nox
- PROCESS-NAME,transmission-daemon
- PROCESS-NAME,transmission-qt
- PROCESS-NAME,uTorrent 如果不会修改可以回复,周末一般在线 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Dragon1573
-
如果仅是为了解决qbittorrent 走代理的情况我这里有一个简单直接的方式,就是在启用clash客户端tun模式的情况下将qbittorrent的接入网卡选择为本地物理网卡 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请问一下你知道你的 Bittorrent 连接到哪些目标端口吗?
如果知道,可以添加直连端口:
如果你的 Clash 能探测到发起连接的进程名,可以尝试下面的配置:
如果不会修改可以回复,周末一般在线