mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-23 01:14:46 +07:00
docs: not so lightweight
This commit is contained in:
parent
dced73cfdb
commit
adfcef4d13
@ -2,7 +2,7 @@
|
||||
|
||||
<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.
|
||||
|
||||
|
@ -8,8 +8,8 @@ var (
|
||||
Version = "unknown"
|
||||
rootCmd = &cobra.Command{
|
||||
Use: "dae [flags] [command [argument ...]]",
|
||||
Short: "dae is a lightweight and high-performance transparent proxy solution.",
|
||||
Long: `dae is a lightweight and high-performance transparent proxy solution.`,
|
||||
Short: "dae is a high-performance transparent proxy solution.",
|
||||
Long: `dae is a high-performance transparent proxy solution.`,
|
||||
Version: Version,
|
||||
CompletionOptions: cobra.CompletionOptions{
|
||||
DisableDefaultCmd: true,
|
||||
|
Loading…
Reference in New Issue
Block a user