docs: not so lightweight

This commit is contained in:
mzz2017 2023-03-03 16:36:22 +08:00
parent dced73cfdb
commit adfcef4d13
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<img src="https://github.com/v2rayA/dae/blob/main/logo.png" border="0" width="25%"> <img src="https://github.com/v2rayA/dae/blob/main/logo.png" border="0" width="25%">
**_dae_**, means goose, is a lightweight and high-performance transparent proxy solution. **_dae_**, means goose, is a high-performance transparent proxy solution.
In order to improve the traffic split performance as much as possible, dae runs the transparent proxy and traffic split suite in the linux kernel by eBPF. Therefore, dae has the opportunity to make the direct traffic bypass the forwarding by proxy application and achieve true direct traffic through. Under such a magic trick, there is almost no performance loss and additional resource consumption for direct traffic. In order to improve the traffic split performance as much as possible, dae runs the transparent proxy and traffic split suite in the linux kernel by eBPF. Therefore, dae has the opportunity to make the direct traffic bypass the forwarding by proxy application and achieve true direct traffic through. Under such a magic trick, there is almost no performance loss and additional resource consumption for direct traffic.

View File

@ -8,8 +8,8 @@ var (
Version = "unknown" Version = "unknown"
rootCmd = &cobra.Command{ rootCmd = &cobra.Command{
Use: "dae [flags] [command [argument ...]]", Use: "dae [flags] [command [argument ...]]",
Short: "dae is a lightweight and high-performance transparent proxy solution.", Short: "dae is a high-performance transparent proxy solution.",
Long: `dae is a lightweight and high-performance transparent proxy solution.`, Long: `dae is a high-performance transparent proxy solution.`,
Version: Version, Version: Version,
CompletionOptions: cobra.CompletionOptions{ CompletionOptions: cobra.CompletionOptions{
DisableDefaultCmd: true, DisableDefaultCmd: true,