Add bridge outbound

This commit is contained in:
世界
2026-07-08 00:10:00 +08:00
parent f617dc42aa
commit c7fe778cae
35 changed files with 3586 additions and 12 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ without going through L3 to L4 translation.
Supported targets:
- ICMP connections: Direct outbounds and WireGuard / Tailscale endpoints.
- TCP and UDP connections: WireGuard and Tailscale endpoints.
- ICMP connections: Direct and Bridge outbounds, and WireGuard / Tailscale endpoints.
- TCP and UDP connections: Bridge outbounds, and WireGuard / Tailscale endpoints.
L3 forwarding also applies when no rule matches and the default outbound is a supported
target; for outbound groups, the currently selected outbound is used.
+2 -2
View File
@@ -39,8 +39,8 @@ icon: material/new-box
支持的目标:
- ICMP 连接:direct 出站和 WireGuard / Tailscale 端点。
- TCP 和 UDP 连接:WireGuard Tailscale 端点。
- ICMP 连接:direct 和 bridge 出站以及 WireGuard / Tailscale 端点。
- TCP 和 UDP 连接:bridge 出站以及 WireGuard / Tailscale 端点。
当没有规则匹配且默认出站为受支持的目标时,L3 转发同样生效;对于出站组,使用当前选中的出站。