qbittorent代理的第一步wancheng

This commit is contained in:
2026-05-11 11:42:40 +08:00
parent edd8614b0a
commit 54c1d69ced
5 changed files with 403 additions and 4 deletions
+5
View File
@@ -2,6 +2,7 @@ stream {
map $ssl_preread_server_name $backend {
www.apple.com xray; # 旁路由反向代理隧道
www.microsoft.com mihomo; # 新增:mihomo出站流量
news.apple.com xray_lan; # 新增:旁路由代理直连流量
drive.salmonstill.cn nas; # 绿联云服务
default npm; # Nginx Proxy Manager
}
@@ -12,6 +13,10 @@ stream {
upstream mihomo {
server 127.0.0.1:9444;
}
# 旁路由代理直连
upstream xray_lan {
server 127.0.0.1:9445;
}
upstream nas {
server 127.0.0.1:38653;
}