github.com/igoogolx/clash@v1.19.8/docs/zh_CN/premium/ebpf.md (about)

     1  ---
     2  sidebarTitle: "功能: eBPF 重定向到 TUN"
     3  sidebarOrder: 3
     4  ---
     5  
     6  # 功能: eBPF 重定向到 TUN
     7  
     8  eBPF 重定向到 TUN 是一项拦截特定网络接口上的所有网络流量, 并将其重定向到 TUN 接口的功能. 该功能需要[内核支持](https://github.com/iovisor/bcc/blob/master/INSTALL.md#kernel-configuration).
     9  
    10  ::: warning
    11  此功能与 `tun.auto-route` 冲突.
    12  :::
    13  
    14  虽然它通常与 `tun.auto-redir` 和 `tun.auto-route` 相比具有更好的性能, 但与 `auto-route` 相比, 它并不够成熟. 因此, 您应该谨慎使用.
    15  
    16  ## 配置
    17  
    18  ```yaml
    19  ebpf:
    20    redirect-to-tun:
    21      - eth0
    22  ```
    23  
    24  ## 已知问题
    25  
    26  - 此功能与 Tailscaled 冲突, 因此您应该使用 `tun.auto-route` 作为替代.