
This commit adds a VitePress build to the main repository, aiming to ditch GitHub Wiki. Moving further, we're going to host our own documentation site eithor on GitHub Pages or something alike.
585 B
585 B
sidebarTitle, sidebarOrder
sidebarTitle | sidebarOrder |
---|---|
Feature: eBPF Redirect to TUN | 3 |
eBPF Redirect to TUN
eBPF redirect to TUN is a feature that intercepts all network traffic on a specific network interface and redirects it to the TUN interface.
::: warning
This feature conflicts with tun.auto-route
.
:::
It requires kernel support and is less tested, however it would bring better performance compared to tun.auto-redir
and tun.auto-route
.
Configuration
ebpf:
redirect-to-tun:
- eth0