Search Criteria
Package Details: dae 1.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dae.git (read-only, click to copy) |
---|---|
Package Base: | dae |
Description: | A Linux lightweight and high-performance transparent proxy solution based on eBPF. |
Upstream URL: | https://github.com/daeuniverse/dae |
Licenses: | AGPL-3.0-or-later |
Submitter: | cubercsl |
Maintainer: | cubercsl (lilac, Integral) |
Last Packager: | lilac |
Votes: | 7 |
Popularity: | 0.009571 |
First Submitted: | 2023-03-14 14:38 (UTC) |
Last Updated: | 2025-05-30 20:22 (UTC) |
Dependencies (5)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- v2ray-domain-list-community (vxray-rules-dat-gitAUR, v2ray-rules-dat-autoupdateAUR, v2ray-domain-list-customAUR, v2ray-rules-dat-gitAUR, v2ray-rules-datAUR)
- v2ray-geoip (v2ray-geoip-liteAUR, vxray-rules-dat-gitAUR, v2ray-rules-dat-autoupdateAUR, v2ray-geoip-customAUR, v2ray-rules-dat-gitAUR, v2ray-rules-datAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
yutsing commented on 2025-06-05 03:17 (UTC)
This package will produce lots of files like .cache/yay/dae/src/go-mod/golang.org/.. which current user has no permission to modify, and will prevent update smoothly through yay. This files have to be manually deleted with sudo. This behavior should be modified.
KagurazakaNyaa commented on 2024-11-20 08:01 (UTC)
The argument
-ldflags=-linkmode=external
in https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=dae#n28 seems to have caused the built binary to returndae version unknown
when executingdae --version
. The build process for dae does not seem to require an external linker, so this parameter is unnecessary.